diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-18 17:43:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-18 17:43:06 (GMT) |
commit | ba0a9899880849f05ab22190147528b0ea054f5a (patch) | |
tree | cf5f9e87a2158cd1dc6c9605acd9b022ce9f444a /Doc/lib/libsymbol.tex | |
parent | 510dfbad3d94e1137b161e972a9fb6811fcb6ad5 (diff) | |
download | cpython-ba0a9899880849f05ab22190147528b0ea054f5a.zip cpython-ba0a9899880849f05ab22190147528b0ea054f5a.tar.gz cpython-ba0a9899880849f05ab22190147528b0ea054f5a.tar.bz2 |
Make all the \seemodule explanations consistent: start with a capitalized
letter and end with proper punctuation. "Documenting Python" will be
updated accordingly so that this will be editorial policy for the Python
documentation.
Diffstat (limited to 'Doc/lib/libsymbol.tex')
-rw-r--r-- | Doc/lib/libsymbol.tex | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Doc/lib/libsymbol.tex b/Doc/lib/libsymbol.tex index f963b53..54cabeb 100644 --- a/Doc/lib/libsymbol.tex +++ b/Doc/lib/libsymbol.tex @@ -16,13 +16,15 @@ to may change between Python versions. This module also provides one additional data object: - \begin{datadesc}{sym_name} -Dictionary mapping the numeric values of the constants defined in this -module back to name strings, allowing more human-readable -representation of parse trees to be generated. + Dictionary mapping the numeric values of the constants defined in + this module back to name strings, allowing more human-readable + representation of parse trees to be generated. \end{datadesc} + \begin{seealso} -\seemodule{parser}{second example uses this module} + \seemodule{parser}{The second example for the \refmodule{parser} + module shows how to use the \module{symbol} + module.} \end{seealso} |