Commit 15c3a5da authored by Guido van Rossum's avatar Guido van Rossum

Fix typo.

parent fd4276f9
...@@ -105,7 +105,7 @@ class WriteTransport(BaseTransport): ...@@ -105,7 +105,7 @@ class WriteTransport(BaseTransport):
raise NotImplementedError raise NotImplementedError
def abort(self): def abort(self):
"""Closs the transport immediately. """Close the transport immediately.
Buffered data will be lost. No more data will be received. Buffered data will be lost. No more data will be received.
The protocol's connection_lost() method will (eventually) be The protocol's connection_lost() method will (eventually) be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment