From 42a5d21d465ffcac792685b6127a6e8e39dd6897 Mon Sep 17 00:00:00 2001 From: partev Date: Sun, 15 Oct 2023 12:52:13 -0400 Subject: gh-110886 Doc: add a link to BNF Wikipedia article (#110887) Co-authored-by: Hugo van Kemenade --- Doc/reference/introduction.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) `_ grammar notation. This uses the following style of definition: .. productionlist:: notation -- cgit v0.12