diff options
author | Guido van Rossum <guido@python.org> | 1998-07-24 15:36:43 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-07-24 15:36:43 (GMT) |
commit | 7c0240f11235bb24778ba4e9484ce683497b4ca2 (patch) | |
tree | 6f822bc72fb0c28be5c45b40e38966c20937b323 /Doc/ref/ref1.tex | |
parent | c2aa9fbad9dc5befd22f579363880b9fce30a552 (diff) | |
download | cpython-7c0240f11235bb24778ba4e9484ce683497b4ca2.zip cpython-7c0240f11235bb24778ba4e9484ce683497b4ca2.tar.gz cpython-7c0240f11235bb24778ba4e9484ce683497b4ca2.tar.bz2 |
e.g. -> e.g.,
Diffstat (limited to 'Doc/ref/ref1.tex')
-rw-r--r-- | Doc/ref/ref1.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref1.tex b/Doc/ref/ref1.tex index b611d9c..e821eea 100644 --- a/Doc/ref/ref1.tex +++ b/Doc/ref/ref1.tex @@ -71,7 +71,7 @@ In lexical definitions (as the example above), two more conventions are used: Two literal characters separated by three dots mean a choice of any single character in the given (inclusive) range of \ASCII{} characters. A phrase between angular brackets (\code{<...>}) gives an -informal description of the symbol defined; e.g. this could be used +informal description of the symbol defined; e.g., this could be used to describe the notion of `control character' if needed. \index{lexical definitions} \index{ASCII@\ASCII{}} |