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:
Fred Drake 2000-10-18 17:43:06 +00:00
parent 510dfbad3d
commit ba0a989988
10 changed files with 27 additions and 20 deletions

View file

@ -36,6 +36,9 @@ Return true for non-terminal token values.
Return true if \var{x} is the marker indicating the end of input.
\end{funcdesc}
\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}