summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-03-18 02:12:24 -0500
committerMichael Merickel <michael@merickel.org>2012-03-18 02:12:24 -0500
commit467f6da2a924d136aa00dfb79db500639e1f92be (patch)
tree305013618a01168cd125f0cf4b43ae99ea3467de /docs
parentfe9b629780e00041e26e24b64bfedea90ed6e819 (diff)
parent926fbeab87285c98bd58575f87c7e34d6f70f530 (diff)
downloadpyramid-467f6da2a924d136aa00dfb79db500639e1f92be.tar.gz
pyramid-467f6da2a924d136aa00dfb79db500639e1f92be.tar.bz2
pyramid-467f6da2a924d136aa00dfb79db500639e1f92be.zip
Merge branch 'pull.500'
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/project.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 2ab466af2..318d932fe 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -908,10 +908,10 @@ is restarted.
Using the Interactive Shell
---------------------------
-It is possible to use a Python interpreter prompt loaded 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.
+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.
What Is This ``pserve`` Thing
-----------------------------