summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/multiprocessing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 4d15681..d715134 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1162,7 +1162,7 @@ their parent process exits. The manager classes are defined in the
Connect a local manager object to a remote manager process:
>>> from multiprocessing.managers import BaseManager
- >>> m = BaseManager(address='127.0.0.1', authkey='abc)
+ >>> m = BaseManager(address='127.0.0.1', authkey='abc')
>>> m.connect()
.. method:: shutdown()