From af23f0d3cf19343512e6ca1fe1d46a5dbe425719 Mon Sep 17 00:00:00 2001 From: Matteo Bertucci Date: Sat, 23 May 2020 03:12:09 +0200 Subject: bpo-40439: Update broken link in lexical analysis docs (GH-20184) Automerge-Triggered-By: @csabella --- Doc/reference/lexical_analysis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12