[Python-checkins] cpython (3.3): #20241: use correct RFC number

andrew.kuchling python-checkins at python.org
Sat Feb 15 23:11:19 CET 2014


http://hg.python.org/cpython/rev/383f4eede628
changeset:   89210:383f4eede628
branch:      3.3
user:        Andrew Kuchling <amk at amk.ca>
date:        Sat Feb 15 17:11:06 2014 -0500
summary:
  #20241: use correct RFC number

files:
  Doc/library/ipaddress.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ipaddress.rst b/Doc/library/ipaddress.rst
--- a/Doc/library/ipaddress.rst
+++ b/Doc/library/ipaddress.rst
@@ -165,7 +165,7 @@
 
    .. 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list