diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-12-17 17:25:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 17:25:55 (GMT) |
commit | 96a09df64483b70c4215c7025a19b9d2f1636c55 (patch) | |
tree | fd26f8d4ccd9acd170e42802efd65b255d1f8d9e /Doc/library/socket.rst | |
parent | bf353f3c2d937772a8cf30b15fd8eb7b82665ccb (diff) | |
download | cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.zip cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.gz cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.bz2 |
[doc] Fix a few margins due to bad markup (GH-23619)
Diffstat (limited to 'Doc/library/socket.rst')
-rwxr-xr-x | Doc/library/socket.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index d52b84f..4511ff9 100755 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -56,12 +56,12 @@ created. Socket addresses are represented as follows: bytes-like object can be used for either type of address when passing it as an argument. - .. versionchanged:: 3.3 - Previously, :const:`AF_UNIX` socket paths were assumed to use UTF-8 - encoding. + .. versionchanged:: 3.3 + Previously, :const:`AF_UNIX` socket paths were assumed to use UTF-8 + encoding. - .. versionchanged:: 3.5 - Writable :term:`bytes-like object` is now accepted. + .. versionchanged:: 3.5 + Writable :term:`bytes-like object` is now accepted. .. _host_port: |