diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2012-12-22 12:22:39 -0800 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2012-12-22 12:22:39 -0800 |
| commit | 2d054cbe91c94e4a64a131d398c8b63dd16ea174 (patch) | |
| tree | 714a59c8f771c9b1967e4b390669ebffb82bc68b /docs/narr | |
| parent | 96ab9f26990423f67045e5639a29579a1a76a71e (diff) | |
| parent | 76aa5150d5ba25386817d06e0777c8891c7ef3a1 (diff) | |
| download | pyramid-2d054cbe91c94e4a64a131d398c8b63dd16ea174.tar.gz pyramid-2d054cbe91c94e4a64a131d398c8b63dd16ea174.tar.bz2 pyramid-2d054cbe91c94e4a64a131d398c8b63dd16ea174.zip | |
Merge pull request #745 from reinout/patch-1
Typo pakage => package fixed
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/urldispatch.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index ecf3d026a..480b0e0cc 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -86,7 +86,7 @@ setup code. However, the above :term:`scan` execution ``config.scan('mypackage')`` will pick up all :term:`configuration decoration`, including any objects decorated with the :class:`pyramid.view.view_config` decorator in the ``mypackage`` Python -pakage. For example, if you have a ``views.py`` in your package, a scan will +package. For example, if you have a ``views.py`` in your package, a scan will pick up any of its configuration decorators, so we can add one there that that references ``myroute`` as a ``route_name`` parameter: |
