mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -185,8 +185,10 @@ array('d', [1.0, 2.0, 3.14])
|
|||
|
||||
|
||||
\begin{seealso}
|
||||
\seemodule{struct}{packing and unpacking of heterogeneous binary data}
|
||||
\seemodule{xdrlib}{packing and unpacking of XDR data}
|
||||
\seemodule{struct}{Packing and unpacking of heterogeneous binary data.}
|
||||
\seemodule{xdrlib}{Packing and unpacking of External Data
|
||||
Representation (XDR) data as used in some remote
|
||||
procedure call systems.}
|
||||
\seetitle[http://numpy.sourceforge.net/numdoc/numdoc.pdf]{The
|
||||
Numerical Python Manual}{The Numeric Python extension
|
||||
(NumPy) defines another array type; see
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue