summaryrefslogtreecommitdiff
path: root/docs/narr/commandline.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/commandline.rst')
-rw-r--r--docs/narr/commandline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/commandline.rst b/docs/narr/commandline.rst
index dcffdb3eb..9db92b669 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -293,7 +293,7 @@ introduce a new shell by registering an entry point in your setup.py:
setup(
entry_points = """\
[pyramid.pshell]
- myshell=my_app.ptpython_shell_factory
+ myshell=my_app:ptpython_shell_factory
"""
)