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 d78aa4e

Browse filesBrowse files
authored
multiprocessing docs: Remove extra option ELLIPSIS from section with code (#96625)
1 parent 07b8e85 commit d78aa4e
Copy full SHA for d78aa4e

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.