summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorMatteo Bertucci <matteobertucci2004@gmail.com>2020-05-23 01:12:09 (GMT)
committerGitHub <noreply@github.com>2020-05-23 01:12:09 (GMT)
commitaf23f0d3cf19343512e6ca1fe1d46a5dbe425719 (patch)
tree1d66a8348f673a8d66a9db0f5647f08add0fae76 /Doc/reference
parent8022eb4e971f549825f2581e83ee3c028f01329e (diff)
downloadcpython-af23f0d3cf19343512e6ca1fe1d46a5dbe425719.zip
cpython-af23f0d3cf19343512e6ca1fe1d46a5dbe425719.tar.gz
cpython-af23f0d3cf19343512e6ca1fe1d46a5dbe425719.tar.bz2
bpo-40439: Update broken link in lexical analysis docs (GH-20184)
Automerge-Triggered-By: @csabella
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/lexical_analysis.rst2
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: