summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRachid Belaid <rachid.belaid@gmail.com>2012-03-18 04:36:56 +0000
committerRachid Belaid <rachid.belaid@gmail.com>2012-03-18 04:36:56 +0000
commitc2a5f8ab1dcec36082c5fd4902e63ac1e82c173a (patch)
tree6bbaae1359cafdf6f12a2364f02b0ca115b6a07f /docs
parentc292b4ccd70f665405300813f3eabbc5b0a367e2 (diff)
downloadpyramid-c2a5f8ab1dcec36082c5fd4902e63ac1e82c173a.tar.gz
pyramid-c2a5f8ab1dcec36082c5fd4902e63ac1e82c173a.tar.bz2
pyramid-c2a5f8ab1dcec36082c5fd4902e63ac1e82c173a.zip
Suggestion : giving at least the name the command to use as an indication .
Even if this information it's not enough, when you read the doc via pdf that give you which command to use without having to jump of section. I find it better for the learning flow of the reader than jumping around.
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 b9b381cdf..b9c495b43 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.