Commit 9752195a authored by Mark Dickinson's avatar Mark Dickinson

Docstring typo

parent 03894c50
......@@ -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))
......
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