tiny socketutils docstring typo

This commit is contained in:
Mahmoud Hashemi 2016-05-03 01:30:24 -07:00
parent 7e26a146ae
commit fb9c0fe2fa
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ class BufferedSocket(object):
return total_sent
def sendall(self, data, flags=0, timeout=_UNSET):
"""An passthrough to :meth:`~BufferedSocket.send`, retained for
"""A passthrough to :meth:`~BufferedSocket.send`, retained for
parallelism to the :class:`socket.socket` API.
"""
return self.send(data, flags, timeout)