diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-08-04 14:25:40 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-08-04 14:25:40 (GMT) |
commit | 85b6090768c98f4eb899dc478c1257c7cde05d51 (patch) | |
tree | dab77da389b6c9efce577cae0dbf57617914e3ce /Doc/library/ipaddress.rst | |
parent | 6bbc83986d0fc689ccaceb6bba14f0589332e76e (diff) | |
download | cpython-85b6090768c98f4eb899dc478c1257c7cde05d51.zip cpython-85b6090768c98f4eb899dc478c1257c7cde05d51.tar.gz cpython-85b6090768c98f4eb899dc478c1257c7cde05d51.tar.bz2 |
Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs
Diffstat (limited to 'Doc/library/ipaddress.rst')
-rw-r--r-- | Doc/library/ipaddress.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 2df2804..9db0a70 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -156,7 +156,7 @@ write code that handles both IP versions correctly. 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 |