[Python-checkins] cpython: Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon.

victor.stinner python-checkins at python.org
Tue Feb 18 09:22:12 CET 2014


http://hg.python.org/cpython/rev/6b09a2cf1744
changeset: 89246:6b09a2cf1744
user: Victor Stinner <victor.stinner at gmail.com>
date: Tue Feb 18 09:22:00 2014 +0100
summary:
 Close #20649: Fix typo in asyncio doc. Patch written by Brett Cannon.
files:
 Doc/library/asyncio-dev.rst | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst
--- a/Doc/library/asyncio-dev.rst
+++ b/Doc/library/asyncio-dev.rst
@@ -13,7 +13,7 @@
 ------------------------------
 
 An event loop runs in a thread and executes all callbacks and tasks in the same
-thread. While a task in running in the event loop, no other task is running in
+thread. While a task is running in the event loop, no other task is running in
 the same thread. But when the task uses ``yield from``, the task is suspended
 and the event loop executes the next task.
 
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /