[Python-checkins] r78378 - python/trunk/Doc/library/multiprocessing.rst

jack.diederich python-checkins at python.org
Tue Feb 23 18:23:30 CET 2010


Author: jack.diederich
Date: Tue Feb 23 18:23:30 2010
New Revision: 78378

Log:
fixup markup error

Modified:
   python/trunk/Doc/library/multiprocessing.rst

Modified: python/trunk/Doc/library/multiprocessing.rst
==============================================================================
--- python/trunk/Doc/library/multiprocessing.rst	(original)
+++ python/trunk/Doc/library/multiprocessing.rst	Tue Feb 23 18:23:30 2010
@@ -1133,7 +1133,7 @@
 
    Create a BaseManager object.
 
-   Once created one should call :meth:`start` or ```get_server().serve_forever()`` to ensure
+   Once created one should call :meth:`start` or ``get_server().serve_forever()`` to ensure
    that the manager object refers to a started manager process.
 
    *address* is the address on which the manager process listens for new


More information about the Python-checkins mailing list