diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-10-09 21:39:48 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-10-09 21:39:48 (GMT) |
commit | 5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b (patch) | |
tree | dba9864cfe315c78219820237466b3bea05787e1 /Doc/reference | |
parent | 7445a383a6d82267bc6a048b829a31649bbe83c8 (diff) | |
download | cpython-5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b.zip cpython-5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b.tar.gz cpython-5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b.tar.bz2 |
#18176: fix another reference and add it to the makeunicodedata comment.
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/lexical_analysis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 6617c3b..a2ef0aa 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -726,4 +726,4 @@ occurrence outside string literals and comments is an unconditional error:: .. rubric:: Footnotes -.. [#] http://www.unicode.org/Public/6.1.0/ucd/NameAliases.txt +.. [#] http://www.unicode.org/Public/6.3.0/ucd/NameAliases.txt |