Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b8e85 commit d78aa4eCopy full SHA for d78aa4e
1 file changed
Doc/library/multiprocessing.rst
@@ -674,7 +674,6 @@ The :mod:`multiprocessing` package mostly replicates the API of the
674
Example usage of some of the methods of :class:`Process`:
675
676
.. doctest::
677
- :options: +ELLIPSIS
678
679
>>> import multiprocessing, time, signal
680
>>> p = multiprocessing.Process(target=time.sleep, args=(1000,))
0 commit comments