From: Guido van Rossum Date: Sat, 23 Nov 2013 19:51:09 +0000 (-0800) Subject: Fix typo. X-Git-Tag: v3.4.0b1~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=488b0da5da32fbf356e6bc8c9f8b4e34888408e2;p=python Fix typo. --- diff --git a/Lib/asyncio/transports.py b/Lib/asyncio/transports.py index 3774812741..98f92247dd 100644 --- a/Lib/asyncio/transports.py +++ b/Lib/asyncio/transports.py @@ -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