Kaydet (Commit) 638aebd5 authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix broken docstring continuation line for detach().

üst 1da3ba86
...@@ -2322,8 +2322,8 @@ sock_detach(PySocketSockObject *s) ...@@ -2322,8 +2322,8 @@ sock_detach(PySocketSockObject *s)
PyDoc_STRVAR(detach_doc, PyDoc_STRVAR(detach_doc,
"detach()\n\ "detach()\n\
\n\ \n\
Close the socket object without closing the underlying file descriptor.\ Close the socket object without closing the underlying file descriptor.\n\
The object cannot be used after this call, but the file descriptor\ The object cannot be used after this call, but the file descriptor\n\
can be reused for other purposes. The file descriptor is returned."); can be reused for other purposes. The file descriptor is returned.");
static int static int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment