Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f269cc6 commit 589872cCopy full SHA for 589872c
1 file changed
Doc/library/asyncio-protocol.rst
@@ -9,7 +9,7 @@ Transports and protocols (low-level API)
9
Transports
10
==========
11
12
-Transports are classed provided by :mod:`asyncio` in order to abstract
+Transports are classes provided by :mod:`asyncio` in order to abstract
13
various kinds of communication channels. You generally won't instantiate
14
a transport yourself; instead, you will call a :class:`BaseEventLoop` method
15
which will create the transport and try to initiate the underlying
0 commit comments