mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
[Bug #1041501] Fix example
This commit is contained in:
parent
427aedbbd4
commit
47a39b0112
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,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
|
||||||
|
|
||||||
|
|
||||||
handler = CGIXMLRPCRequestHandler()
|
handler = CGIXMLRPCRequestHandler()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue