From: Andrew Kuchling Date: Sat, 15 Feb 2014 22:11:06 +0000 (-0500) Subject: #20241: use correct RFC number X-Git-Tag: v3.3.5rc1^2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5235f162449f5faf63381197f243ef8d51acd19;p=python #20241: use correct RFC number --- diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 3a567fc434..8eac92f339 100644 --- a/Doc/library/ipaddress.rst +++ b/Doc/library/ipaddress.rst @@ -165,7 +165,7 @@ write code that handles both IP versions correctly. .. attribute:: is_unspecified - ``True`` if the address is unspecified. See :RFC:`5375` (for IPv4) + ``True`` if the address is unspecified. See :RFC:`5735` (for IPv4) or :RFC:`2373` (for IPv6). .. attribute:: is_reserved