summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-22 23:55:03 -0500
committerChris McDonough <chrism@plope.com>2010-11-22 23:55:03 -0500
commitb7bc0262cc51546cf0219520ef5aedee9b754971 (patch)
tree92f83b521d33231fec527d79eae8aa4212c21250 /docs
parenteba45fd998b68d72b6e11f5b0bfa86d0ab17ee43 (diff)
downloadpyramid-b7bc0262cc51546cf0219520ef5aedee9b754971.tar.gz
pyramid-b7bc0262cc51546cf0219520ef5aedee9b754971.tar.bz2
pyramid-b7bc0262cc51546cf0219520ef5aedee9b754971.zip
fix project section name doc bug
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 6e466b284..aef134ff7 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -316,12 +316,13 @@ Python interpreter shell unconditionally.
[pipeline:main]
pipeline = egg:WebError#evalerror
- myapp
+ MyProject
- If you use ``main`` as the section name argument instead of ``myapp``
- against the above ``.ini`` file, an error will occur. Use the most
- specific reference to your application within the ``.ini`` file possible
- as the section name argument.
+ Use ``MyProject`` instead of ``main`` as the section name argument to
+ ``pshell`` against the above ``.ini`` file (e.g. ``paster pshell
+ development.ini MyProject``). If you use ``main`` instead, an error will
+ occur. Use the most specific reference to your application within the
+ ``.ini`` file possible as the section name argument.
Press ``Ctrl-D`` to exit the interactive shell (or ``Ctrl-Z`` on Windows).