Fix typo.

This commit is contained in:
Guido van Rossum 2013-11-23 11:51:09 -08:00
parent 6bdd98622e
commit 488b0da5da
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class WriteTransport(BaseTransport):
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