From c01a8429ca4f385f0443f324c76d57b17d77dedb Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 13 Jul 2011 22:57:00 -0500 Subject: garden --- pyramid/paster.py | 12 ++++++------ 1 file 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. -- cgit v1.2.3