summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-03-11 12:17:30 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-03-11 12:17:30 (GMT)
commit11a4270b6a75286d43936622ac7735125bd6ffb7 (patch)
treee48d7d93114d625826365a5309357cc028e9424e /Doc/library
parent637d2e9296e896703deeafbf2a159c998e4378cc (diff)
downloadcpython-11a4270b6a75286d43936622ac7735125bd6ffb7.zip
cpython-11a4270b6a75286d43936622ac7735125bd6ffb7.tar.gz
cpython-11a4270b6a75286d43936622ac7735125bd6ffb7.tar.bz2
What's New in Python 3.4: Security improvements
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/multiprocessing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index 16aabd5..b303e16 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -137,7 +137,7 @@ to start a process. These *start methods* are
over Unix pipes.
.. versionchanged:: 3.4
- *span* added on all unix platforms, and *forkserver* added for
+ *spawn* added on all unix platforms, and *forkserver* added for
some unix platforms.
Child processes no longer inherit all of the parents inheritable
handles on Windows.