diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 856137d8ea6..37ef6072bae 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -286,10 +286,8 @@ Identifiers are unlimited in length. Case is significant. .. productionlist:: identifier: `id_start` `id_continue`* - id_start: - id_continue: + id_start: + id_continue: The Unicode category codes mentioned above stand for: @@ -311,6 +309,8 @@ A non-normative HTML file listing all valid identifier characters for Unicode 4.1 can be found at http://www.dcl.hpi.uni-potsdam.de/home/loewis/table-3131.html. +See :pep:`3131` for further details. + .. _keywords: Keywords