summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorVictor Moura <victor_cmoura@hotmail.com>2020-03-23 21:49:19 -0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-03-24 06:30:34 +0100
commit1628b35b586e07ea47a82713192d0e4662268686 (patch)
tree7ca39623493ef5682f35a9d0230402728bace427 /docs/intro/tutorial01.txt
parent291539a85c8461456ab728fe6820a86de54294b6 (diff)
Fixed #31385 -- Improved wording in tutorial 1.
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 63088075d9..05f99b6f76 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -213,9 +213,9 @@ rather than creating directories.
multiple apps. An app can be in multiple projects.
Your apps can live anywhere on your :ref:`Python path <tut-searchpath>`. In
-this tutorial, we'll create our poll app right next to your :file:`manage.py`
-file so that it can be imported as its own top-level module, rather than a
-submodule of ``mysite``.
+this tutorial, we'll create our poll app in the same directory as your
+:file:`manage.py` file so that it can be imported as its own top-level module,
+rather than a submodule of ``mysite``.
To create your app, make sure you're in the same directory as :file:`manage.py`
and type this command: