Skip to content

Commit

Permalink
Keep the same notation, 'myproject' is used previously. 'mypackage' i…
Browse files Browse the repository at this point in the history
…s correct and generic, after following the previous step of the documentation the user would have only one package which is 'myproject'
  • Loading branch information
rach authored and mmerickel committed Mar 18, 2012
1 parent 369918c commit 29fe4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/narr/project.rst
Expand Up @@ -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.
Expand Down

0 comments on commit 29fe4e6

Please sign in to comment.