summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-03-18 02:31:02 -0500
committerMichael Merickel <michael@merickel.org>2012-03-18 02:31:02 -0500
commit82a42e019dd7823887260c31a908126c2619927e (patch)
treebe70bb4ca2fc50c4bdc11c317fb85fd01e2b770d /docs
parent5e861a0a4baac0005b8800d7e31524dcc1d0aeb8 (diff)
parent8da11954e3ac7211c3f5b30472f0fdea0ef75e2f (diff)
downloadpyramid-82a42e019dd7823887260c31a908126c2619927e.tar.gz
pyramid-82a42e019dd7823887260c31a908126c2619927e.tar.bz2
pyramid-82a42e019dd7823887260c31a908126c2619927e.zip
Merge branch 'pull.500' into 1.3-branch
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
-----------------------------