Skip to content

Commit

Permalink
pythongh-110886 Doc: add a link to BNF Wikipedia article (python#110887)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
partev and hugovk authored Oct 15, 2023
1 parent 9608704 commit 42a5d21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/reference/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42a5d21

Please sign in to comment.