diff options
-rw-r--r-- | Doc/library/socket.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 8d90698..4276478 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -57,7 +57,7 @@ created. Socket addresses are represented as follows: Previously, :const:`AF_UNIX` socket paths were assumed to use UTF-8 encoding. - .. versionchanged: 3.5 + .. versionchanged:: 3.5 Writable :term:`bytes-like object` is now accepted. - A pair ``(host, port)`` is used for the :const:`AF_INET` address family, |