summaryrefslogtreecommitdiff
path: root/Doc/lib/libxmlrpclib.tex
diff options
context:
space:
mode:
authorJohannes Gijsbers <jlg@dds.nl>2004-12-12 16:52:40 +0000
committerJohannes Gijsbers <jlg@dds.nl>2004-12-12 16:52:40 +0000
commitf4a70f35b0fe0d99639868c90430b99505669b43 (patch)
tree86683c766b1e0b85311686f73788909757e4c91a /Doc/lib/libxmlrpclib.tex
parent1542f34c42de544cf11e400906149c6252b42ae7 (diff)
downloadcpython-git-f4a70f35b0fe0d99639868c90430b99505669b43.tar.gz
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
Diffstat (limited to 'Doc/lib/libxmlrpclib.tex')
-rw-r--r--Doc/lib/libxmlrpclib.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex
index 207839e407..298a03dde7 100644
--- a/Doc/lib/libxmlrpclib.tex
+++ b/Doc/lib/libxmlrpclib.tex
@@ -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}}