diff options
| author | Rachid Belaid <rachid.belaid@gmail.com> | 2012-03-18 04:20:11 +0000 |
|---|---|---|
| committer | Rachid Belaid <rachid.belaid@gmail.com> | 2012-03-18 04:20:11 +0000 |
| commit | cd6281b34a45ad4ec08b732597059b33da45883a (patch) | |
| tree | fe557615f1fc9c61636c7e1c97dbc2d373f95f64 /docs | |
| parent | c292b4ccd70f665405300813f3eabbc5b0a367e2 (diff) | |
| download | pyramid-cd6281b34a45ad4ec08b732597059b33da45883a.tar.gz pyramid-cd6281b34a45ad4ec08b732597059b33da45883a.tar.bz2 pyramid-cd6281b34a45ad4ec08b732597059b33da45883a.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 b9b381cdf..42d8b27e8 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`` |
