summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-12-01 16:28:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-12-01 16:28:43 (GMT)
commit56a6d855e2b93b0eb39a3b291ef43b2d03c5e986 (patch)
treeaa94b63e1cd81a03b4d96f6b9d29693f02dcc631 /Doc/whatsnew
parentb491e0521fd6e1a2e6f3e6354a2a296c7c8a2915 (diff)
downloadcpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.zip
cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.tar.gz
cpython-56a6d855e2b93b0eb39a3b291ef43b2d03c5e986.tar.bz2
Removed duplicated words in in comments and docs.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index d1fa1e1..6a2c425 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1540,7 +1540,7 @@ multiprocessing connections.
to override the default behavior of inheriting the ``daemon`` flag from
the parent process (:issue:`6064`).
-New attribute attribute :data:`multiprocessing.Process.sentinel` allows a
+New attribute :data:`multiprocessing.Process.sentinel` allows a
program to wait on multiple :class:`~multiprocessing.Process` objects at one
time using the appropriate OS primitives (for example, :mod:`select` on
posix systems).