diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-03-10 00:25:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-10 00:25:55 (GMT) |
commit | 738c19f4c5475da186de03e966bd6648e5ced4c4 (patch) | |
tree | bbb5fe209dfd30d414b17fb461a0279b131d5ba8 /Doc/reference | |
parent | 0411411c6b16a574144dfb59a7780b057ca8e750 (diff) | |
download | cpython-738c19f4c5475da186de03e966bd6648e5ced4c4.zip cpython-738c19f4c5475da186de03e966bd6648e5ced4c4.tar.gz cpython-738c19f4c5475da186de03e966bd6648e5ced4c4.tar.bz2 |
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
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 6ec2f8e..fb04ccc 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -316,7 +316,7 @@ The Unicode category codes mentioned above stand for: * *Nd* - decimal numbers * *Pc* - connector punctuations * *Other_ID_Start* - explicit list of characters in `PropList.txt - <http://www.unicode.org/Public/11.0.0/ucd/PropList.txt>`_ to support backwards + <http://www.unicode.org/Public/12.0.0/ucd/PropList.txt>`_ to support backwards compatibility * *Other_ID_Continue* - likewise |