diff options
| author | Rachid Belaid <rachid.belaid@gmail.com> | 2012-03-18 04:20:11 +0000 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-03-18 02:07:48 -0500 |
| commit | 5e861a0a4baac0005b8800d7e31524dcc1d0aeb8 (patch) | |
| tree | a2a993d9eb987d3ee7aeb037613a957ddd1f111a /docs | |
| parent | 29fe4e6bbc08ce015ebc8e3e221ab02301bc1414 (diff) | |
| download | pyramid-5e861a0a4baac0005b8800d7e31524dcc1d0aeb8.tar.gz pyramid-5e861a0a4baac0005b8800d7e31524dcc1d0aeb8.tar.bz2 pyramid-5e861a0a4baac0005b8800d7e31524dcc1d0aeb8.zip | |
Keep the same vocabulary than previously in the doc, at this stage of the instruction the user doesn't have more than one package which myproject
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index f6790e863..2ab466af2 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -888,7 +888,7 @@ If your project package name was ``myproject`` and you wanted to arrange all your views in a Python subpackage within the ``myproject`` :term:`package` named ``views`` instead of within a single ``views.py`` file, you might: -- Create a ``views`` directory inside your ``mypackage`` package directory +- Create a ``views`` directory inside your ``myproject`` package directory (the same directory which holds ``views.py``). - *Move* the existing ``views.py`` file to a file inside the new ``views`` |
