summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRachid Belaid <rachid.belaid@gmail.com>2012-03-18 04:01:52 +0000
committerMichael Merickel <michael@merickel.org>2012-03-18 02:05:47 -0500
commit29fe4e6bbc08ce015ebc8e3e221ab02301bc1414 (patch)
tree17de5663fdd922aea7d7751f1760d64544abd93f /docs
parent369918ca04344e91549b767254cd588a80cfbe1e (diff)
downloadpyramid-29fe4e6bbc08ce015ebc8e3e221ab02301bc1414.tar.gz
pyramid-29fe4e6bbc08ce015ebc8e3e221ab02301bc1414.tar.bz2
pyramid-29fe4e6bbc08ce015ebc8e3e221ab02301bc1414.zip
Keep the same notation, 'myproject' is used previously. 'mypackage' is correct and generic, after following the previous step of the documentation the user would have only one package which is 'myproject'
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index b9b381cdf..f6790e863 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -750,8 +750,8 @@ also informs Python that the directory which contains it is a *package*.
Line 6 creates an instance of a :term:`Configurator`.
Line 7 registers a static view, which will serve up the files from the
- ``mypackage:static`` :term:`asset specification` (the ``static``
- directory of the ``mypackage`` package).
+ ``myproject:static`` :term:`asset specification` (the ``static``
+ directory of the ``myproject`` package).
Line 8 adds a :term:`route` to the configuration. This route is later
used by a view in the ``views`` module.