Kaydet (Commit) 9752195a authored tarafından Mark Dickinson's avatar Mark Dickinson

Docstring typo

üst 03894c50
...@@ -209,7 +209,7 @@ else: ...@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment