[Python-checkins] peps: Fixed typo.

eric.smith python-checkins at python.org
Mon Nov 11 15:01:28 CET 2013


http://hg.python.org/peps/rev/d21893d88a8a
changeset:   5265:d21893d88a8a
user:        Eric V. Smith <eric at trueblade.com>
date:        Mon Nov 11 09:01:17 2013 -0500
summary:
  Fixed typo.

files:
  pep-3156.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -128,7 +128,7 @@
 event loop methods documented as accepting coroutine arguments *must*
 accept both Futures and coroutines for such arguments.  (A convenience
 function, ``async()``, exists to convert an argument that is either a
-conroutine or a Future into a Future.)
+coroutine or a Future into a Future.)
 
 For users (like myself) who don't like using callbacks, a scheduler is
 provided for writing asynchronous I/O code as coroutines using the PEP

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


More information about the Python-checkins mailing list