[Python-checkins] cpython (3.5): Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs

berker.peksag python-checkins at python.org
Thu Aug 4 10:24:55 EDT 2016


https://hg.python.org/cpython/rev/999065975bda
changeset:   102533:999065975bda
branch:      3.5
parent:      102531:acf61d1cac51
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Thu Aug 04 17:25:40 2016 +0300
summary:
  Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs

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


diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst
--- a/Doc/library/ipaddress.rst
+++ b/Doc/library/ipaddress.rst
@@ -156,7 +156,7 @@
       This is the name that could be used for performing a PTR lookup, not the
       resolved hostname itself.
 
-   .. versionadded:: 3.5
+      .. versionadded:: 3.5
 
    .. attribute:: is_multicast
 

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


More information about the Python-checkins mailing list