diff options
| author | Michael Merickel <michael@merickel.org> | 2012-03-18 02:10:44 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2012-03-18 02:10:44 -0500 |
| commit | 0e2b78dafd63751d45193469aed50899f5a2bb84 (patch) | |
| tree | 11ce99bc22fa12ba1790021d4064cbc396df18b3 /docs | |
| parent | fe9b629780e00041e26e24b64bfedea90ed6e819 (diff) | |
| parent | c2a5f8ab1dcec36082c5fd4902e63ac1e82c173a (diff) | |
| download | pyramid-0e2b78dafd63751d45193469aed50899f5a2bb84.tar.gz pyramid-0e2b78dafd63751d45193469aed50899f5a2bb84.tar.bz2 pyramid-0e2b78dafd63751d45193469aed50899f5a2bb84.zip | |
Merge branch 'patch-4' of https://github.com/rach/pyramid into pull.500
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/project.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 2ab466af2..63d9432f1 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. |
