diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-05-23 01:19:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-23 01:19:13 (GMT) |
commit | 962c814ca77fb1873908f2daeda59c2637ad3bf1 (patch) | |
tree | d0555919e3e4c757dfdc28d630f38d337c7746ff /Doc/reference/lexical_analysis.rst | |
parent | c1d7768ca88e6b32f91cce08362fc355cf35c264 (diff) | |
download | cpython-962c814ca77fb1873908f2daeda59c2637ad3bf1.zip cpython-962c814ca77fb1873908f2daeda59c2637ad3bf1.tar.gz cpython-962c814ca77fb1873908f2daeda59c2637ad3bf1.tar.bz2 |
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
Automerge-Triggered-By: @csabella
(cherry picked from commit af23f0d3cf19343512e6ca1fe1d46a5dbe425719)
Co-authored-by: Matteo Bertucci <matteobertucci2004@gmail.com>
Diffstat (limited to 'Doc/reference/lexical_analysis.rst')
-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 3f42081..e3a3a88 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -325,7 +325,7 @@ of identifiers is based on NFKC. A non-normative HTML file listing all valid identifier characters for Unicode 4.1 can be found at -https://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html. +https://www.unicode.org/Public/13.0.0/ucd/DerivedCoreProperties.txt .. _keywords: |