summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2012-03-18 02:11:56 -0500
committerMichael Merickel <michael@merickel.org>2012-03-18 02:30:10 -0500
commit8da11954e3ac7211c3f5b30472f0fdea0ef75e2f (patch)
treebe70bb4ca2fc50c4bdc11c317fb85fd01e2b770d /docs
parent8b289f9db4120bb918ebbec3fdd8d59a3092fc96 (diff)
downloadpyramid-8da11954e3ac7211c3f5b30472f0fdea0ef75e2f.tar.gz
pyramid-8da11954e3ac7211c3f5b30472f0fdea0ef75e2f.tar.bz2
pyramid-8da11954e3ac7211c3f5b30472f0fdea0ef75e2f.zip
Fixed line width.
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 63d9432f1..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 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.
+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
-----------------------------