Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95a939c

Browse files
committed
remove a versionadded
1 parent a08702a commit 95a939c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
.. module:: multiprocessing
55
:synopsis: Process-based "threading" interface.
66

7-
.. versionadded:: 2.6
8-
97
:mod:`multiprocessing` is a package for the Python language which supports the
108
spawning of processes using a similar API of the :mod:`threading` module. It
119
runs on both Unix and Windows.
@@ -2105,4 +2103,4 @@ distributed queue to a "cluster" of machines on a network, accessible via SSH.
21052103
You will need to have private key authentication for all hosts configured for
21062104
this to work.
21072105

2108-
.. literalinclude:: ../includes/mp_distributing.py
2106+
.. literalinclude:: ../includes/mp_distributing.py

0 commit comments

Comments
 (0)