]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGuido van Rossum <guido@python.org>
Sat, 23 Nov 2013 19:51:09 +0000 (11:51 -0800)
committerGuido van Rossum <guido@python.org>
Sat, 23 Nov 2013 19:51:09 +0000 (11:51 -0800)
Lib/asyncio/transports.py

index 37748127419ffcca187aa5ab7f85258e606b23d5..98f92247ddcbe3bd2f856800707ae1b42ee232e7 100644 (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