Commit 8aa2fc90 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #1041501] Fix example code

parent 1444131a
......@@ -89,7 +89,7 @@ Example:
\begin{verbatim}
class MyFuncs:
def div(self, x, y) : return div(x,y)
def div(self, x, y) : return x // y
server = SimpleXMLRPCServer(("localhost", 8000))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment