From 9752195a71fb1c4c706fc5d333bb10d38752b114 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Wed, 6 Aug 2008 20:12:30 +0000 Subject: Docstring typo --- Lib/multiprocessing/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/multiprocessing/connection.py b/Lib/multiprocessing/connection.py index 8a3748c..55172e0 100644 --- a/Lib/multiprocessing/connection.py +++ b/Lib/multiprocessing/connection.py @@ -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)) -- cgit v0.12