From 0a3a208cb1bbe21c8e350f83a47bade71cdb8f4f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 11 Dec 2016 03:06:35 -0800 Subject: add missing period --- pyramid/scripts/pshell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3