mirror of
https://github.com/python/cpython.git
synced 2025-12-08 02:08:20 +00:00
[Bug #1041501] Fix example code
This commit is contained in:
parent
cebdd3c8f1
commit
293dc9d70f
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,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
|
||||||
|
|
||||||
|
|
||||||
server = SimpleXMLRPCServer(("localhost", 8000))
|
server = SimpleXMLRPCServer(("localhost", 8000))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue