[Python-checkins] cpython: Fix typo.

guido.van.rossum python-checkins at python.org
Sat Nov 23 20:53:12 CET 2013


http://hg.python.org/cpython/rev/5e55461fa80b
changeset:   87442:5e55461fa80b
user:        Guido van Rossum <guido at python.org>
date:        Sat Nov 23 11:51:09 2013 -0800
summary:
  Fix typo.

files:
  Lib/asyncio/transports.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/asyncio/transports.py b/Lib/asyncio/transports.py
--- a/Lib/asyncio/transports.py
+++ b/Lib/asyncio/transports.py
@@ -105,7 +105,7 @@
         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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list