[Python-checkins] cpython: Fix doc typo.

guido.van.rossum python-checkins at python.org
Sun Mar 30 06:14:05 CEST 2014


http://hg.python.org/cpython/rev/c5f94552bcfc
changeset:   90036:c5f94552bcfc
parent:      90034:a8bb571b41ab
user:        Guido van Rossum <guido at python.org>
date:        Sat Mar 29 21:14:04 2014 -0700
summary:
  Fix doc typo.

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


diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
--- a/Doc/library/asyncio-protocol.rst
+++ b/Doc/library/asyncio-protocol.rst
@@ -9,7 +9,7 @@
 Transports
 ==========
 
-Transports are classed provided by :mod:`asyncio` in order to abstract
+Transports are classes provided by :mod:`asyncio` in order to abstract
 various kinds of communication channels.  You generally won't instantiate
 a transport yourself; instead, you will call a :class:`BaseEventLoop` method
 which will create the transport and try to initiate the underlying

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


More information about the Python-checkins mailing list