mirror of https://github.com/python/cpython.git
multiprocessing docs: Remove extra option ELLIPSIS from section with code (GH-96625)
(cherry picked from commit d78aa4e11a
)
Co-authored-by: Ivan Kapeykin <5349983@gmail.com>
This commit is contained in:
parent
4f254f6120
commit
208701e037
|
@ -674,7 +674,6 @@ The :mod:`multiprocessing` package mostly replicates the API of the
|
|||
Example usage of some of the methods of :class:`Process`:
|
||||
|
||||
.. doctest::
|
||||
:options: +ELLIPSIS
|
||||
|
||||
>>> import multiprocessing, time, signal
|
||||
>>> p = multiprocessing.Process(target=time.sleep, args=(1000,))
|
||||
|
|
Loading…
Reference in New Issue