Kaydet (Commit) 47a39b01 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

[Bug #1041501] Fix example

üst 427aedbb
......@@ -206,7 +206,7 @@ Example:
\begin{verbatim}
class MyFuncs:
def div(self, x, y) : return div(x,y)
def div(self, x, y) : return x // y
handler = CGIXMLRPCRequestHandler()
......
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