diff options
Diffstat (limited to 'Doc/lib/libxmlrpclib.tex')
-rw-r--r-- | Doc/lib/libxmlrpclib.tex | 4 |
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}} |