diff options
author | Andrew Kuchling <amk@amk.ca> | 2014-02-15 21:39:37 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2014-02-15 21:39:37 (GMT) |
commit | 46ff4ee81cf44c59992c00832a30546293aba0a9 (patch) | |
tree | 2dad67279ce7e4b839248216020f8404811197c6 /Doc | |
parent | 4da9ab0357c9c49a81df4a752d15ffe090381df8 (diff) | |
download | cpython-46ff4ee81cf44c59992c00832a30546293aba0a9.zip cpython-46ff4ee81cf44c59992c00832a30546293aba0a9.tar.gz cpython-46ff4ee81cf44c59992c00832a30546293aba0a9.tar.bz2 |
Clarify versionchanged sentence. Closes #20497.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/socket.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 3bd1c31..dbaa1b0 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -434,7 +434,7 @@ The :mod:`socket` module also offers various network-related services: (10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))] .. versionchanged:: 3.2 - parameters can now be passed as single keyword arguments. + parameters can now be passed using keyword arguments. .. function:: getfqdn([name]) @@ -1437,4 +1437,3 @@ the :data:`SO_REUSEADDR` flag tells the kernel to reuse a local socket in details of socket semantics. For Unix, refer to the manual pages; for Windows, see the WinSock (or Winsock 2) specification. For IPv6-ready APIs, readers may want to refer to :rfc:`3493` titled Basic Socket Interface Extensions for IPv6. - |