From e5235f162449f5faf63381197f243ef8d51acd19 Mon Sep 17 00:00:00 2001 From: Andrew Kuchling Date: Sat, 15 Feb 2014 17:11:06 -0500 Subject: [PATCH] #20241: use correct RFC number --- Doc/library/ipaddress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0