Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 253739d

Browse files
committed
Fix a markup error in socket.rst
1 parent 4a208e4 commit 253739d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ created. Socket addresses are represented as follows:
5757
Previously, :const:`AF_UNIX` socket paths were assumed to use UTF-8
5858
encoding.
5959

60-
.. versionchanged: 3.5
60+
.. versionchanged:: 3.5
6161
Writable :term:`bytes-like object` is now accepted.
6262

6363
- A pair ``(host, port)`` is used for the :const:`AF_INET` address family,

0 commit comments

Comments
 (0)