#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index 0aef183..344a29f 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -745,7 +745,8 @@
much data, if any, was successfully sent.
-.. method:: socket.sendto(bytes[, flags], address)
+.. method:: socket.sendto(bytes, address)
+ socket.sendto(bytes, flags, address)
Send data to the socket. The socket should not be connected to a remote socket,
since the destination socket is specified by *address*. The optional *flags*