[Bug #1041501] Fix example

This commit is contained in:
Andrew M. Kuchling 2005-12-04 17:17:46 +00:00
parent 427aedbbd4
commit 47a39b0112
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ Example:
\begin{verbatim} \begin{verbatim}
class MyFuncs: class MyFuncs:
def div(self, x, y) : return div(x,y) def div(self, x, y) : return x // y
handler = CGIXMLRPCRequestHandler() handler = CGIXMLRPCRequestHandler()