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:
Johannes Gijsbers 2004-12-12 16:52:40 +00:00
parent 1542f34c42
commit f4a70f35b0
4 changed files with 10 additions and 9 deletions

View file

@ -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}}