Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 589872c

Browse files
committed
Fix doc typo.
1 parent f269cc6 commit 589872c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Transports and protocols (low-level API)
99
Transports
1010
==========
1111

12-
Transports are classed provided by :mod:`asyncio` in order to abstract
12+
Transports are classes provided by :mod:`asyncio` in order to abstract
1313
various kinds of communication channels. You generally won't instantiate
1414
a transport yourself; instead, you will call a :class:`BaseEventLoop` method
1515
which will create the transport and try to initiate the underlying

0 commit comments

Comments
 (0)