diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-11-27 22:04:31 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-11-27 22:04:31 -0700 |
| commit | cc0f6a2cf76e5cee3678446b0e226367dc96d158 (patch) | |
| tree | 2e9ce26cd0ab997d5ed18a0976dd2cda30057d57 /docs/narr/startup.rst | |
| parent | ef921f9724c9810f0147a10a5d5b9112bc2e9ce1 (diff) | |
| parent | b5f8a5ee066c39fb6be2f677551fd4211670b2de (diff) | |
| download | pyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.tar.gz pyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.tar.bz2 pyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.zip | |
Merge https://github.com/Pylons/pyramid
Diffstat (limited to 'docs/narr/startup.rst')
| -rw-r--r-- | docs/narr/startup.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index c57525f4c..427acc319 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -86,9 +86,9 @@ press ``return`` after running ``paster serve development.ini``. :linenos: In this case, the ``myproject.run:app`` function referred to by the entry - point URI ``egg:MyProject#app`` (see :ref:`MyProject_ini` for more - information about entry point URIs, and how they relate to callables), - will receive the key/value pairs ``{'reload_templates':'true', + point URI ``egg:MyProject`` (see :ref:`MyProject_ini` for more information + about entry point URIs, and how they relate to callables), will receive + the key/value pairs ``{'reload_templates':'true', 'debug_authorization':'false', 'debug_notfound':'false', 'debug_templates':'true', 'default_locale_name':'en'}``. |
