Rachid Belaid
2012-03-18 bf1cb91ee2c34edbfa92e538f312e8d60d900478
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' 
1 files modified
4 ■■■■ changed files
docs/narr/project.rst 4 ●●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -750,8 +750,8 @@
   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.