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

Skip to content

Commit 488b0da

Browse files
committed
Fix typo.
1 parent 6bdd986 commit 488b0da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/asyncio/transports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def can_write_eof(self):
105105
raise NotImplementedError
106106

107107
def abort(self):
108-
"""Closs the transport immediately.
108+
"""Close the transport immediately.
109109
110110
Buffered data will be lost. No more data will be received.
111111
The protocol's connection_lost() method will (eventually) be

0 commit comments

Comments
 (0)