mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
Fix typo.
This commit is contained in:
parent
6bdd98622e
commit
488b0da5da
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ def can_write_eof(self):
|
|||
raise NotImplementedError
|
||||
|
||||
def abort(self):
|
||||
"""Closs the transport immediately.
|
||||
"""Close the transport immediately.
|
||||
|
||||
Buffered data will be lost. No more data will be received.
|
||||
The protocol's connection_lost() method will (eventually) be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue