mirror of
https://github.com/python/cpython.git
synced 2025-07-22 18:55:22 +00:00
Fix broken docstring continuation line for detach().
This commit is contained in:
parent
1da3ba8697
commit
638aebd58e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue