mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Patch #1080684: typo repair. Thanks George Yoshida!
- Doc/lib/libbase64.tex s/algorith/algorithm - Doc/lib/libpickle.tex s/interchangable/interchangeable - Doc/lib/libxmlrpclib.tex s/{_cmp__}/{__cmp__} leading underscore needs to be double, not single. - Doc/ref/ref6.tex 0/1 => False/True
This commit is contained in:
parent
1542f34c42
commit
f4a70f35b0
4 changed files with 10 additions and 9 deletions
|
@ -184,7 +184,7 @@ Write the XML-RPC encoding of this DateTime item to the out stream object.
|
|||
\end{methoddesc}
|
||||
|
||||
It also supports certain of Python's built-in operators through
|
||||
\method{_cmp__} and \method{__repr__} methods.
|
||||
\method{__cmp__} and \method{__repr__} methods.
|
||||
|
||||
|
||||
\subsection{Binary Objects \label{binary-objects}}
|
||||
|
@ -211,7 +211,7 @@ stream object.
|
|||
\end{methoddesc}
|
||||
|
||||
It also supports certain of Python's built-in operators through a
|
||||
\method{_cmp__()} method.
|
||||
\method{__cmp__()} method.
|
||||
|
||||
|
||||
\subsection{Fault Objects \label{fault-objects}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue