Skip to content

Commit 208701e

Browse files
miss-islingtonikapeykin
authored andcommitted
multiprocessing docs: Remove extra option ELLIPSIS from section with code (GH-96625)
(cherry picked from commit d78aa4e) Co-authored-by: Ivan Kapeykin <[email protected]>
1 parent 4f254f6 commit 208701e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,6 @@ The :mod:`multiprocessing` package mostly replicates the API of the
674674
Example usage of some of the methods of :class:`Process`:
675675

676676
.. doctest::
677-
:options: +ELLIPSIS
678677

679678
>>> import multiprocessing, time, signal
680679
>>> p = multiprocessing.Process(target=time.sleep, args=(1000,))

0 commit comments

Comments
 (0)