diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-23 05:27:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-23 05:27:20 (GMT) |
commit | 2829f1cf99edb9f6f5f775d6b8ce8bd5b88c6ac9 (patch) | |
tree | 0217d96d78f7433a7f71da7bffe7c5901a33e1b5 /Doc/ref/ref1.tex | |
parent | 8c96369513ded66146f9cf19678029615e29bcb7 (diff) | |
download | cpython-2829f1cf99edb9f6f5f775d6b8ce8bd5b88c6ac9.zip cpython-2829f1cf99edb9f6f5f775d6b8ce8bd5b88c6ac9.tar.gz cpython-2829f1cf99edb9f6f5f775d6b8ce8bd5b88c6ac9.tar.bz2 |
Fix a very minor (but annoying when looking for things!) markup nit.
Diffstat (limited to 'Doc/ref/ref1.tex')
-rw-r--r-- | Doc/ref/ref1.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ref/ref1.tex b/Doc/ref/ref1.tex index 37fbad7..d6bb8b2 100644 --- a/Doc/ref/ref1.tex +++ b/Doc/ref/ref1.tex @@ -33,6 +33,7 @@ standard modules. These are not documented here, but in the separate built-in modules are mentioned when they interact in a significant way with the language definition. + \section{Notation\label{notation}} The descriptions of lexical analysis and syntax use a modified BNF |