diff options
| author | Michael Merickel <michael@merickel.org> | 2012-03-18 00:05:09 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-03-18 00:05:09 -0700 |
| commit | 08481e48da3de53d52d9e15b6f20e0beefef8387 (patch) | |
| tree | 966c9ed5c7419a34f98674d4ff173efa0cdb49aa /docs | |
| parent | c292b4ccd70f665405300813f3eabbc5b0a367e2 (diff) | |
| parent | bf1cb91ee2c34edbfa92e538f312e8d60d900478 (diff) | |
| download | pyramid-08481e48da3de53d52d9e15b6f20e0beefef8387.tar.gz pyramid-08481e48da3de53d52d9e15b6f20e0beefef8387.tar.bz2 pyramid-08481e48da3de53d52d9e15b6f20e0beefef8387.zip | |
Merge pull request #498 from rach/patch-2
Keep the same notation, 'myproject' is used previously.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 4 |
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. |
