mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Docstring typo
This commit is contained in:
parent
03894c5070
commit
9752195a71
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue