diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-21 03:35:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-21 03:35:25 (GMT) |
commit | 79d38788ee5e00571db751d312612faf94f09eef (patch) | |
tree | 72f694f7fa917b982743c230c552b231b600b973 /Doc/reference | |
parent | fb36e66d2c99ef782ec59d4a98b38feaea375287 (diff) | |
download | cpython-79d38788ee5e00571db751d312612faf94f09eef.zip cpython-79d38788ee5e00571db751d312612faf94f09eef.tar.gz cpython-79d38788ee5e00571db751d312612faf94f09eef.tar.bz2 |
update unicode link
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 c20c47e..65f8ffd 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -718,4 +718,4 @@ occurrence outside string literals and comments is an unconditional error:: .. rubric:: Footnotes -.. [#] http://www.unicode.org/Public/6.0.0/ucd/NameAliases.txt +.. [#] http://www.unicode.org/Public/6.1.0/ucd/NameAliases.txt |