[Python-checkins] r81339 - in python/branches/release26-maint: Doc/library/multiprocessing.rst

georg.brandl python-checkins at python.org
Wed May 19 16:14:28 CEST 2010


Author: georg.brandl
Date: Wed May 19 16:14:28 2010
New Revision: 81339

Log:
Merged revisions 78378 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78378 | jack.diederich | 2010-02-23 18:23:30 +0100 (Di, 23 Feb 2010) | 1 line
  
  fixup markup error
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Doc/library/multiprocessing.rst

Modified: python/branches/release26-maint/Doc/library/multiprocessing.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/multiprocessing.rst	(original)
+++ python/branches/release26-maint/Doc/library/multiprocessing.rst	Wed May 19 16:14:28 2010
@@ -1124,7 +1124,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