diff options
author | partev <petrosyan@gmail.com> | 2023-10-15 16:52:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-15 16:52:13 (GMT) |
commit | 42a5d21d465ffcac792685b6127a6e8e39dd6897 (patch) | |
tree | 62003ce6aad2724ade2afb2bcf6ca485b7fb6ebd /Doc | |
parent | 9608704cde4441c76c1b8b765e3aea072bca3b0d (diff) | |
download | cpython-42a5d21d465ffcac792685b6127a6e8e39dd6897.zip cpython-42a5d21d465ffcac792685b6127a6e8e39dd6897.tar.gz cpython-42a5d21d465ffcac792685b6127a6e8e39dd6897.tar.bz2 |
gh-110886 Doc: add a link to BNF Wikipedia article (#110887)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/reference/introduction.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst index 81f0a5c..cf18670 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) <https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ grammar notation. This uses the following style of definition: .. productionlist:: notation |