diff options
| author | Chris McDonough <chrism@plope.com> | 2012-08-04 00:36:22 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-08-04 00:36:22 -0400 |
| commit | 36428038ecb47083ca256d6e0ec45c9bad0bc773 (patch) | |
| tree | e716fa1f37a65ce0ad490cbe25937560294878c5 | |
| parent | 4d2602cecb90ff75e2ba33e4435b9dcee830085f (diff) | |
| download | pyramid-36428038ecb47083ca256d6e0ec45c9bad0bc773.tar.gz pyramid-36428038ecb47083ca256d6e0ec45c9bad0bc773.tar.bz2 pyramid-36428038ecb47083ca256d6e0ec45c9bad0bc773.zip | |
unhose triplequote rendering in emacs
| -rw-r--r-- | pyramid/scripts/proutes.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyramid/scripts/proutes.py b/pyramid/scripts/proutes.py index 29ec9e72a..f64107d2b 100644 --- a/pyramid/scripts/proutes.py +++ b/pyramid/scripts/proutes.py @@ -15,10 +15,10 @@ class PRoutesCommand(object): route, the pattern of the route, and the view callable which will be invoked when the route is matched. - This command accepts one positional argument named "config_uri". It + This command accepts one positional argument named 'config_uri'. It 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. Example: "proutes myapp.ini". + shell. The format is 'inifile#name'. If the name is left off, 'main' + will be assumed. Example: 'proutes myapp.ini'. """ bootstrap = (bootstrap,) |
