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~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5235f162449f5faf63381197f243ef8d51acd19;p=thirdparty%2FPython%2Fcpython.git #20241: use correct RFC number --- diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst index 3a567fc43413..8eac92f3391a 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