mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix doc typo.
This commit is contained in:
parent
f269cc6b14
commit
589872cbdf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue