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 6bdd986 commit 488b0daCopy full SHA for 488b0da
1 file changed
Lib/asyncio/transports.py
@@ -105,7 +105,7 @@ def can_write_eof(self):
105
raise NotImplementedError
106
107
def abort(self):
108
- """Closs the transport immediately.
+ """Close the transport immediately.
109
110
Buffered data will be lost. No more data will be received.
111
The protocol's connection_lost() method will (eventually) be
0 commit comments