diff --git a/boltons/socketutils.py b/boltons/socketutils.py index 4040e4a..e8a2847 100644 --- a/boltons/socketutils.py +++ b/boltons/socketutils.py @@ -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)