]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix broken docstring continuation line for detach().
authorGuido van Rossum <guido@python.org>
Wed, 4 Dec 2013 19:50:09 +0000 (11:50 -0800)
committerGuido van Rossum <guido@python.org>
Wed, 4 Dec 2013 19:50:09 +0000 (11:50 -0800)
Modules/socketmodule.c

index 1444369e1b0a0d466e3956bba5eabd5aeb924ac0..92d52d11ce5161febfd4c1533addb5e1ca5399ab 100644 (file)
@@ -2322,8 +2322,8 @@ sock_detach(PySocketSockObject *s)
 PyDoc_STRVAR(detach_doc,
 "detach()\n\
 \n\
-Close the socket object without closing the underlying file descriptor.\
-The object cannot be used after this call, but the 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\n\
 can be reused for other purposes.  The file descriptor is returned.");
 
 static int