From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 15 Oct 2023 17:00:44 +0000 (+0200) Subject: [3.12] gh-110886 Doc: add a link to BNF Wikipedia article (GH-110887) (#110900) X-Git-Tag: v3.12.1~286 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97f4b667e74f493f5b9b1e9ffa4bdcf2420f020b;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-110886 Doc: add a link to BNF Wikipedia article (GH-110887) (#110900) Co-authored-by: partev Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst index 81f0a5c5d438..cf186705e6e9 100644 --- a/Doc/reference/introduction.rst +++ b/Doc/reference/introduction.rst @@ -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) `_ grammar notation. This uses the following style of definition: .. productionlist:: notation