[Python-checkins] cpython (3.3): Fix typo.

richard.oudkerk python-checkins at python.org
Mon Jun 24 21:40:38 CEST 2013


http://hg.python.org/cpython/rev/6e2f02b59fcf
changeset:   84317:6e2f02b59fcf
branch:      3.3
parent:      84314:347647a1f798
user:        Richard Oudkerk <shibturn at gmail.com>
date:        Mon Jun 24 20:38:46 2013 +0100
summary:
  Fix typo.

files:
  Doc/library/multiprocessing.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -525,7 +525,7 @@
    :ref:`manager <multiprocessing-managers>`.
 
    (1) After putting an object on an empty queue there may be an
-       infinitessimal delay before the queue's :meth:`~Queue.empty`
+       infinitesimal delay before the queue's :meth:`~Queue.empty`
        method returns :const:`False` and :meth:`~Queue.get_nowait` can
        return without raising :exc:`Queue.Empty`.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list