8000 multiprocessing docs: Remove extra option ELLIPSIS from section with … · python/cpython@17b49be · GitHub
[go: up one dir, main page]

Skip to content

Commit 17b49be

Browse files
multiprocessing docs: Remove extra option ELLIPSIS from section with code (GH-96625)
(cherry picked from commit d78aa4e) Co-authored-by: Ivan Kapeykin <5349983@gmail.com>
1 parent a7e2811 commit 17b49be

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
@@ -657,7 +657,6 @@ The :mod:`multiprocessing` package mostly replicates the API of the
657657
Example usage of some of the methods of :class:`Process`:
658658

659659
.. doctest::
660-
:options: +ELLIPSIS
661660

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

0 commit comments

Comments
 (0)
0