summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 cb0c914d7..641fe43cf 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -298,7 +298,7 @@ a new shell by registering an entrypoint in your setup.py:
setup(
entry_points = """\
[pyramid.pshell]
- myshell=my_app.ptpython_shell_factory
+ myshell=my_app:ptpython_shell_factory
"""
)