From: Guido van Rossum Date: Sun, 30 Mar 2014 04:14:04 +0000 (-0700) Subject: Fix doc typo. X-Git-Tag: v3.4.1rc1~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=589872cbdfd9103d183e0c83fff549c89b23f8a9;p=python Fix doc typo. --- diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index c352403785..58c94aebf6 100644 --- a/Doc/library/asyncio-protocol.rst +++ b/Doc/library/asyncio-protocol.rst @@ -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