summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-03-18 00:07:23 -0700
committerMichael Merickel <michael@merickel.org>2012-03-18 00:07:23 -0700
commitfe9b629780e00041e26e24b64bfedea90ed6e819 (patch)
treeb1854dea97b5590a90c1c5c2efcc769bf9589332 /docs
parent08481e48da3de53d52d9e15b6f20e0beefef8387 (diff)
parentcd6281b34a45ad4ec08b732597059b33da45883a (diff)
downloadpyramid-fe9b629780e00041e26e24b64bfedea90ed6e819.tar.gz
pyramid-fe9b629780e00041e26e24b64bfedea90ed6e819.tar.bz2
pyramid-fe9b629780e00041e26e24b64bfedea90ed6e819.zip
Merge pull request #499 from rach/patch-3
Keep the same vocabulary than previously in the doc
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst2
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``