]> granicus.if.org Git - python/commitdiff
Fix doc typo.
authorGuido van Rossum <guido@python.org>
Sun, 30 Mar 2014 04:14:04 +0000 (21:14 -0700)
committerGuido van Rossum <guido@python.org>
Sun, 30 Mar 2014 04:14:04 +0000 (21:14 -0700)
Doc/library/asyncio-protocol.rst

index c352403785f00792aa94940bd107abae9a1edb20..58c94aebf6f233fec115cbfd83bb62b8777d7497 100644 (file)
@@ -9,7 +9,7 @@ Transports  and protocols (low-level API)
 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