]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-110886 Doc: add a link to BNF Wikipedia article (#110887)
authorpartev <petrosyan@gmail.com>
Sun, 15 Oct 2023 16:52:13 +0000 (12:52 -0400)
committerGitHub <noreply@github.com>
Sun, 15 Oct 2023 16:52:13 +0000 (10:52 -0600)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/reference/introduction.rst

index 81f0a5c5d438839bf10347c9c8f368d8202c8154..cf186705e6e987b6a733c3dc90c6c32b2d10fab1 100644 (file)
@@ -90,7 +90,8 @@ Notation
 
 .. index:: BNF, grammar, syntax, notation
 
-The descriptions of lexical analysis and syntax use a modified BNF grammar
+The descriptions of lexical analysis and syntax use a modified
+`Backus–Naur form (BNF) <https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ grammar
 notation.  This uses the following style of definition:
 
 .. productionlist:: notation