From 502ef90ae22d575c746a2f434e51f1128bb2e1c0 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 29 Mar 2014 21:14:04 -0700 Subject: [PATCH] Fix doc typo. --- Doc/library/asyncio-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index c352403785f..58c94aebf6f 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