[Bug #1041501] Fix example code
This commit is contained in:
parent
cebdd3c8f1
commit
293dc9d70f
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue