summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-03-18 02:10:44 -0500
committerMichael Merickel <michael@merickel.org>2012-03-18 02:10:44 -0500
commit0e2b78dafd63751d45193469aed50899f5a2bb84 (patch)
tree11ce99bc22fa12ba1790021d4064cbc396df18b3 /docs
parentfe9b629780e00041e26e24b64bfedea90ed6e819 (diff)
parentc2a5f8ab1dcec36082c5fd4902e63ac1e82c173a (diff)
downloadpyramid-0e2b78dafd63751d45193469aed50899f5a2bb84.tar.gz
pyramid-0e2b78dafd63751d45193469aed50899f5a2bb84.tar.bz2
pyramid-0e2b78dafd63751d45193469aed50899f5a2bb84.zip
Merge branch 'patch-4' of https://github.com/rach/pyramid into pull.500
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 2ab466af2..63d9432f1 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -908,7 +908,7 @@ is restarted.
Using the Interactive Shell
---------------------------
-It is possible to use a Python interpreter prompt loaded with a similar
+It is possible to use the ``pshell`` command to load a Python interpreter prompt with a similar
configuration as would be loaded if you were running your Pyramid application
via ``pserve``. This can be a useful debugging tool. See
:ref:`interactive_shell` for more details.