Fix a markup error in socket.rst

This commit is contained in:
Berker Peksag 2016-01-30 19:23:29 +02:00
parent 4a208e448e
commit 253739daf4
1 changed files with 1 additions and 1 deletions

View File

@ -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,