mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +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}
|
||||
class MyFuncs:
|
||||
def div(self, x, y) : return div(x,y)
|
||||
def div(self, x, y) : return x // y
|
||||
|
||||
|
||||
handler = CGIXMLRPCRequestHandler()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue