summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref1.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-07-24 15:36:43 (GMT)
committerGuido van Rossum <guido@python.org>1998-07-24 15:36:43 (GMT)
commit7c0240f11235bb24778ba4e9484ce683497b4ca2 (patch)
tree6f822bc72fb0c28be5c45b40e38966c20937b323 /Doc/ref/ref1.tex
parentc2aa9fbad9dc5befd22f579363880b9fce30a552 (diff)
downloadcpython-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.tex2
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{}}