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 d466bed44..430641a50 100644
--- a/docs/narr/commandline.rst
+++ b/docs/narr/commandline.rst
@@ -291,7 +291,7 @@ introduce a new shell by registering an entry point in your setup.py:
setup(
entry_points={
- 'pyramid.pshell': [
+ 'pyramid.pshell_runner': [
'myshell=my_app:ptpython_shell_factory',
],
},