diff options
author | Guido van Rossum <guido@python.org> | 1995-03-15 11:25:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-15 11:25:32 (GMT) |
commit | 47b4c0fb35a5c0092fc82ece96fcb1a79dd2285d (patch) | |
tree | d9fec38185adbf8f70fda937f85610cd453e6295 /Doc/ref/ref1.tex | |
parent | 9b623b3d6329425daa4cb389546eb23a32354b52 (diff) | |
download | cpython-47b4c0fb35a5c0092fc82ece96fcb1a79dd2285d.zip cpython-47b4c0fb35a5c0092fc82ece96fcb1a79dd2285d.tar.gz cpython-47b4c0fb35a5c0092fc82ece96fcb1a79dd2285d.tar.bz2 |
replace ASCII by macro call
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 0b006ba..30bfcce 100644 --- a/Doc/ref/ref1.tex +++ b/Doc/ref/ref1.tex @@ -65,7 +65,7 @@ first beginning with a vertical bar. 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 +of any single character in the given (inclusive) range of \ASCII{} characters. A phrase between angular brackets (\verb@<...>@) gives an informal description of the symbol defined; e.g. this could be used to describe the notion of `control character' if needed. |