[Python-checkins] cpython (merge 3.3 -> default): #17771: merge with 3.3.

ezio.melotti python-checkins at python.org
Wed Apr 17 06:34:58 CEST 2013


http://hg.python.org/cpython/rev/61a17d9e58e2
changeset:   83418:61a17d9e58e2
parent:      83416:2add6c86f38e
parent:      83417:72b650a99b36
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Wed Apr 17 07:34:31 2013 +0300
summary:
  #17771: merge with 3.3.

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


diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst
--- a/Doc/library/concurrency.rst
+++ b/Doc/library/concurrency.rst
@@ -8,7 +8,7 @@
 execution of code. The appropriate choice of tool will depend on the
 task to be executed (CPU bound vs IO bound) and preferred style of
 development (event driven cooperative multitasking vs preemptive
-multitasking) Here's an overview:
+multitasking). Here's an overview:
 
 
 .. toctree::

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


More information about the Python-checkins mailing list