[Python-checkins] cpython (3.5): Fix a markup error in socket.rst

berker.peksag python-checkins at python.org
Sat Jan 30 12:23:31 EST 2016


https://hg.python.org/cpython/rev/ff085a649408
changeset:   100125:ff085a649408
branch:      3.5
parent:      100123:35bf4f9e68f3
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Jan 30 19:23:29 2016 +0200
summary:
  Fix a markup error in socket.rst

files:
  Doc/library/socket.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -57,7 +57,7 @@
       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,

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list