Docstring typo

This commit is contained in:
Mark Dickinson 2008-08-06 20:12:30 +00:00
parent 03894c5070
commit 9752195a71
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ else:
class SocketListener(object): 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): def __init__(self, address, family, backlog=1):
self._socket = socket.socket(getattr(socket, family)) self._socket = socket.socket(getattr(socket, family))