From 47a39b011262be0767165a0b4c1979f3975ef5d8 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sun, 4 Dec 2005 17:17:46 +0000 Subject: [Bug #1041501] Fix example --- Doc/lib/libsimplexmlrpc.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libsimplexmlrpc.tex b/Doc/lib/libsimplexmlrpc.tex index ad8ccd4..e4ca0ea 100644 --- a/Doc/lib/libsimplexmlrpc.tex +++ b/Doc/lib/libsimplexmlrpc.tex @@ -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() -- cgit v0.12