diff options
author | Andrew Kuchling <amk@amk.ca> | 2014-02-15 22:11:06 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2014-02-15 22:11:06 (GMT) |
commit | e5235f162449f5faf63381197f243ef8d51acd19 (patch) | |
tree | 27faca8ba323898e1591fde732136521036eef54 | |
parent | cb3ff4468a4dc9c5758c521f407daad81bca6c89 (diff) | |
download | cpython-e5235f162449f5faf63381197f243ef8d51acd19.zip cpython-e5235f162449f5faf63381197f243ef8d51acd19.tar.gz cpython-e5235f162449f5faf63381197f243ef8d51acd19.tar.bz2 |
#20241: use correct RFC number
-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 3a567fc..8eac92f 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 |