summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.9.rst
diff options
context:
space:
mode:
authorSaiyang Gou <gousaiyang@163.com>2021-04-22 04:08:46 (GMT)
committerGitHub <noreply@github.com>2021-04-22 04:08:46 (GMT)
commit660592f67c0d825b06eb4a38ccc04b34a1f01f00 (patch)
tree7f6ab18d5f7b96c5559c4a3c50ff0b05b6f3b725 /Doc/whatsnew/3.9.rst
parent37b173c5231b7b202859af97c17bc3d04b1e4c75 (diff)
downloadcpython-660592f67c0d825b06eb4a38ccc04b34a1f01f00.zip
cpython-660592f67c0d825b06eb4a38ccc04b34a1f01f00.tar.gz
cpython-660592f67c0d825b06eb4a38ccc04b34a1f01f00.tar.bz2
bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608)
Diffstat (limited to 'Doc/whatsnew/3.9.rst')
-rw-r--r--Doc/whatsnew/3.9.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 174d9e2..602ed06 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -658,7 +658,7 @@ The socket module now supports the :data:`~socket.CAN_J1939` protocol on
platforms that support it. (Contributed by Karl Ding in :issue:`40291`.)
The socket module now has the :func:`socket.send_fds` and
-:func:`socket.recv.fds` methods. (Contributed by Joannah Nanjekye, Shinya
+:func:`socket.recv_fds` functions. (Contributed by Joannah Nanjekye, Shinya
Okano and Victor Stinner in :issue:`28724`.)