mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -26,6 +26,6 @@ can be an arbitrary integer.
|
|||
\end{funcdesc}
|
||||
|
||||
\begin{seealso}
|
||||
\seemodule{whrandom}{the standard Python random number generator}
|
||||
\seemodule{random}{Python's interface to random number generators.}
|
||||
\seemodule{whrandom}{The random number generator used by default.}
|
||||
\end{seealso}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue