mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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}
|
||||
class MyFuncs:
|
||||
def div(self, x, y) : return div(x,y)
|
||||
def div(self, x, y) : return x // y
|
||||
|
||||
|
||||
server = SimpleXMLRPCServer(("localhost", 8000))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue