From 31100e2e561416e6a382b196c2a896324719c7ad Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 9 Mar 2020 18:10:53 +1100 Subject: [PATCH] docs: Fix simple typo, intstead -> instead There is a small typo in zebra_sample_project/settings.py. Should read `instead` rather than `intstead`. --- zebra_sample_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra_sample_project/settings.py b/zebra_sample_project/settings.py index 5aa9c64..af477b4 100644 --- a/zebra_sample_project/settings.py +++ b/zebra_sample_project/settings.py @@ -1,6 +1,6 @@ # Django settings for zebra_sample_project project. -# Custom path to include zebra from this repo, intstead of pip installing itself. +# Custom path to include zebra from this repo, instead of pip installing itself. import sys from os.path import abspath, dirname, join sys.path.insert(0, join(abspath(dirname(__file__)), "../"))