]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docstring typo
authorMark Dickinson <dickinsm@gmail.com>
Wed, 6 Aug 2008 20:12:30 +0000 (20:12 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 6 Aug 2008 20:12:30 +0000 (20:12 +0000)
Lib/multiprocessing/connection.py

index 8a3748c86158c2ddcc2399e4540432078453c319..55172e05739f75946d81a33d4caa8664c0e2dd21 100644 (file)
@@ -209,7 +209,7 @@ else:
 
 class SocketListener(object):
     '''
-    Represtation of a socket which is bound to an address and listening
+    Representation of a socket which is bound to an address and listening
     '''
     def __init__(self, address, family, backlog=1):
         self._socket = socket.socket(getattr(socket, family))