[Bug #1041501] Fix example
This commit is contained in:
parent
427aedbbd4
commit
47a39b0112
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue