diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst index bb7e3906dba607..37706c69870ab3 100644 --- a/Doc/reference/introduction.rst +++ b/Doc/reference/introduction.rst @@ -98,7 +98,7 @@ notation. This uses the following style of definition: lc_letter: "a"..."z" The first line says that a ``name`` is an ``lc_letter`` followed by a sequence -of zero or more ``lc_letter``\ s and underscores. An ``lc_letter`` in turn is +of zero or more ``lc_letter``\ s and/or underscores. An ``lc_letter`` in turn is any of the single characters ``'a'`` through ``'z'``. (This rule is actually adhered to for the names defined in lexical and grammar rules in this document.)