diff options
| author | Fred Drake <fdrake@acm.org> | 1999-02-20 00:14:17 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-02-20 00:14:17 +0000 |
| commit | bbac43223c3ead4745d41414df13d113d79334ad (patch) | |
| tree | 08001df173f742c7ee291ae1e9ad196704fa7d59 /Doc/lib/libtoken.tex | |
| parent | da5736533705f22a2673fbdc53ea9c537751c43c (diff) | |
| download | cpython-git-bbac43223c3ead4745d41414df13d113d79334ad.tar.gz | |
Shorten a few section titles.
Diffstat (limited to 'Doc/lib/libtoken.tex')
| -rw-r--r-- | Doc/lib/libtoken.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libtoken.tex b/Doc/lib/libtoken.tex index 87477c59e1..4215106384 100644 --- a/Doc/lib/libtoken.tex +++ b/Doc/lib/libtoken.tex @@ -1,8 +1,9 @@ \section{\module{token} --- - Constants representing terminal nodes of the parse tree.} -\declaremodule{standard}{token} + Constants used with Python parse trees} +\declaremodule{standard}{token} \modulesynopsis{Constants representing terminal nodes of the parse tree.} +\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} This module provides constants which represent the numeric values of |
