Skip to content

Commit 6de7a60

Browse files
victorcmourafelixxm
authored andcommitted
[3.0.x] Fixed #31385 -- Improved wording in tutorial 1.
Backport of 1628b35 from master
1 parent 2892c65 commit 6de7a60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/intro/tutorial01.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ rather than creating directories.
213213
multiple apps. An app can be in multiple projects.
214214

215215
Your apps can live anywhere on your :ref:`Python path <tut-searchpath>`. In
216-
this tutorial, we'll create our poll app right next to your :file:`manage.py`
217-
file so that it can be imported as its own top-level module, rather than a
218-
submodule of ``mysite``.
216+
this tutorial, we'll create our poll app in the same directory as your
217+
:file:`manage.py` file so that it can be imported as its own top-level module,
218+
rather than a submodule of ``mysite``.
219219

220220
To create your app, make sure you're in the same directory as :file:`manage.py`
221221
and type this command:

0 commit comments

Comments
 (0)