diff options
author | Georg Brandl <georg@python.org> | 2013-10-27 08:16:01 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-27 08:16:01 (GMT) |
commit | 325a1c2f371c034ae8e0d816c9da4bda8e886a15 (patch) | |
tree | f646616f6712e555d2576b7ed0373d93b96134c3 /Doc/library/multiprocessing.rst | |
parent | c9d597a46d4c2d6fbed1510e09fdca5a4a81d0a7 (diff) | |
download | cpython-325a1c2f371c034ae8e0d816c9da4bda8e886a15.zip cpython-325a1c2f371c034ae8e0d816c9da4bda8e886a15.tar.gz cpython-325a1c2f371c034ae8e0d816c9da4bda8e886a15.tar.bz2 |
Fix markup errors in the docs and amend suspicious ignores.
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r-- | Doc/library/multiprocessing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 3c9c9aa..b2ed544 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -1801,7 +1801,7 @@ with the :class:`Pool` class. .. versionadded:: 3.3 Pool objects now support the context manager protocol -- see :ref:`typecontextmanager`. :meth:`~contextmanager.__enter__` returns the - pool object, and :meth:~contextmanager.`__exit__` calls :meth:`terminate`. + pool object, and :meth:`~contextmanager.__exit__` calls :meth:`terminate`. .. class:: AsyncResult @@ -1974,7 +1974,7 @@ multiple connections at the same time. .. versionadded:: 3.3 Listener objects now support the context manager protocol -- see :ref:`typecontextmanager`. :meth:`~contextmanager.__enter__` returns the - listener object, and :meth:~contextmanager.`__exit__` calls :meth:`close`. + listener object, and :meth:`~contextmanager.__exit__` calls :meth:`close`. .. function:: wait(object_list, timeout=None) |