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:11:56 -0500
commit926fbeab87285c98bd58575f87c7e34d6f70f530 (patch)
tree305013618a01168cd125f0cf4b43ae99ea3467de /docs
parent0e2b78dafd63751d45193469aed50899f5a2bb84 (diff)
downloadpyramid-926fbeab87285c98bd58575f87c7e34d6f70f530.tar.gz
pyramid-926fbeab87285c98bd58575f87c7e34d6f70f530.tar.bz2
pyramid-926fbeab87285c98bd58575f87c7e34d6f70f530.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
-----------------------------