From 65f9452d1a1be412ab118e6fc081dac555849cd2 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 18 Oct 2015 13:50:43 -0500 Subject: Fix entrypoints syntax in pshell as part of #1891. --- docs/narr/commandline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 """ ) -- cgit v1.2.3