This commit is contained in:
Benjamin Peterson 2015-01-13 09:20:31 -05:00
commit 610bc6a211
14 changed files with 14 additions and 13 deletions

View file

@ -450,7 +450,7 @@ if hasattr(_socket.socket, "share"):
def fromshare(info):
""" fromshare(info) -> socket object
Create a socket object from a the bytes object returned by
Create a socket object from the bytes object returned by
socket.share(pid).
"""
return socket(0, 0, 0, info)