summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-10-09 21:30:33 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-10-09 21:30:33 (GMT)
commit7445a383a6d82267bc6a048b829a31649bbe83c8 (patch)
treed5ba0078bc669ec2ffefc4c2a4daa485acc8a1a9 /Doc
parentfc6a90a92e42717268b7e927c158ba341e579106 (diff)
downloadcpython-7445a383a6d82267bc6a048b829a31649bbe83c8.zip
cpython-7445a383a6d82267bc6a048b829a31649bbe83c8.tar.gz
cpython-7445a383a6d82267bc6a048b829a31649bbe83c8.tar.bz2
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
Patch by Alexander Belopolsky.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 6ab0ff6..d677171 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -354,7 +354,7 @@ Notes:
The numeric literals accepted include the digits ``0`` to ``9`` or any
Unicode equivalent (code points with the ``Nd`` property).
- See http://www.unicode.org/Public/6.0.0/ucd/extracted/DerivedNumericType.txt
+ See http://www.unicode.org/Public/6.3.0/ucd/extracted/DerivedNumericType.txt
for a complete list of code points with the ``Nd`` property.