Kaydet (Commit) 3673c9e5 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #1041501] Fix example code

üst d980c920
...@@ -84,7 +84,7 @@ Example: ...@@ -84,7 +84,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
server = SimpleXMLRPCServer(("localhost", 8000)) 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