Commit 74ad8565 authored by Guido van Rossum's avatar Guido van Rossum

Fix doc typo.

parent 724a5483
...@@ -9,7 +9,7 @@ Transports and protocols (low-level API) ...@@ -9,7 +9,7 @@ Transports and protocols (low-level API)
Transports 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 various kinds of communication channels. You generally won't instantiate
a transport yourself; instead, you will call a :class:`BaseEventLoop` method a transport yourself; instead, you will call a :class:`BaseEventLoop` method
which will create the transport and try to initiate the underlying which will create the transport and try to initiate the underlying
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment