From 488b0da5da32fbf356e6bc8c9f8b4e34888408e2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 23 Nov 2013 11:51:09 -0800 Subject: [PATCH] Fix typo. --- Lib/asyncio/transports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/asyncio/transports.py b/Lib/asyncio/transports.py index 37748127419..98f92247ddc 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