summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2011-07-13 22:57:00 -0500
committerMichael Merickel <michael@merickel.org>2011-07-14 19:56:44 -0500
commitc01a8429ca4f385f0443f324c76d57b17d77dedb (patch)
tree07758a5e1949a1a05e74efc46ec1d70239e18089
parent359906f09a389db4386984c84cc615eb1f033b8c (diff)
downloadpyramid-c01a8429ca4f385f0443f324c76d57b17d77dedb.tar.gz
pyramid-c01a8429ca4f385f0443f324c76d57b17d77dedb.tar.bz2
pyramid-c01a8429ca4f385f0443f324c76d57b17d77dedb.zip
garden
-rw-r--r--pyramid/paster.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/pyramid/paster.py b/pyramid/paster.py
index 08a54001c..7d75def75 100644
--- a/pyramid/paster.py
+++ b/pyramid/paster.py
@@ -57,8 +57,8 @@ class PShellCommand(PCommand):
This command accepts one positional argument:
``config_uri`` -- specifies the PasteDeploy config file to use for the
- interactive shell. The format is ``inifile#name``. If the name is left off,
- ``main`` will be assumed.
+ interactive shell. The format is ``inifile#name``. If the name is left
+ off, ``main`` will be assumed.
Example::
@@ -186,8 +186,8 @@ class PRoutesCommand(PCommand):
This command accepts one positional argument:
``config_uri`` -- specifies the PasteDeploy config file to use for the
- interactive shell. The format is ``inifile#name``. If the name is left off,
- ``main`` will be assumed.
+ interactive shell. The format is ``inifile#name``. If the name is left
+ off, ``main`` will be assumed.
Example::
@@ -255,8 +255,8 @@ class PViewsCommand(PCommand):
This command accepts two positional arguments:
``config_uri`` -- specifies the PasteDeploy config file to use for the
- interactive shell. The format is ``inifile#name``. If the name is left off,
- ``main`` will be assumed.
+ interactive shell. The format is ``inifile#name``. If the name is left
+ off, ``main`` will be assumed.
``url`` -- specifies the URL that will be used to find matching views.