mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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.
This commit is contained in:
parent
510dfbad3d
commit
ba0a989988
10 changed files with 27 additions and 20 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue