Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 17b49be

Browse filesBrowse 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
Copy full SHA for 17b49be

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎Doc/library/multiprocessing.rst

Copy file name to clipboardExpand all lines: Doc/library/multiprocessing.rst
-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.