[3.11] gh-110886 Doc: add a link to BNF Wikipedia article (GH-110887) (#110901)

Co-authored-by: partev <petrosyan@gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-10-15 19:00:57 +02:00 committed by GitHub
parent fd1b314cd3
commit e60abeea30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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
`BackusNaur form (BNF) <https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form>`_ grammar
notation. This uses the following style of definition:
.. productionlist:: notation