diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-11 03:06:35 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-13 17:40:19 -0800 |
| commit | 0a3a208cb1bbe21c8e350f83a47bade71cdb8f4f (patch) | |
| tree | 8abd7ac2d4f360e5352e0cea3227bd8bd8b323a4 | |
| parent | 74b2368db37f360bf1021ab8b1d35961944597b5 (diff) | |
| download | pyramid-0a3a208cb1bbe21c8e350f83a47bade71cdb8f4f.tar.gz pyramid-0a3a208cb1bbe21c8e350f83a47bade71cdb8f4f.tar.bz2 pyramid-0a3a208cb1bbe21c8e350f83a47bade71cdb8f4f.zip | |
add missing period
| -rw-r--r-- | pyramid/scripts/pshell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/scripts/pshell.py b/pyramid/scripts/pshell.py index 08aae6980..7fa2f04a1 100644 --- a/pyramid/scripts/pshell.py +++ b/pyramid/scripts/pshell.py @@ -33,7 +33,7 @@ class PShellCommand(object): accepts one positional argument named "config_uri" which specifies the PasteDeploy config file to use for the interactive shell. The format is "inifile#name". If the name is left off, the Pyramid default application - will be assumed. Example: "pshell myapp.ini#main" + will be assumed. Example: "pshell myapp.ini#main". If you do not point the loader directly at the section of the ini file containing your Pyramid application, the command will attempt to |
