mirror of https://github.com/python/cpython
[Bug #1041501] Fix example
This commit is contained in:
parent
427aedbbd4
commit
47a39b0112
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue