summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libxmlrpclib.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-04-27 12:38:35 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-04-27 12:38:35 (GMT)
commit356f938f940f9abe6cf54344113d8a27e3ca4088 (patch)
treeab9ef0c08f5cad63669060a88e16aa72b8a86dd0 /Doc/lib/libxmlrpclib.tex
parent7acb7b40ba9247e00a1d26a472b5de9adb5e49f4 (diff)
downloadcpython-356f938f940f9abe6cf54344113d8a27e3ca4088.zip
cpython-356f938f940f9abe6cf54344113d8a27e3ca4088.tar.gz
cpython-356f938f940f9abe6cf54344113d8a27e3ca4088.tar.bz2
[Bug #1477140] Import Error base class
Diffstat (limited to 'Doc/lib/libxmlrpclib.tex')
-rw-r--r--Doc/lib/libxmlrpclib.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex
index 8f0abfa..a852448 100644
--- a/Doc/lib/libxmlrpclib.tex
+++ b/Doc/lib/libxmlrpclib.tex
@@ -340,7 +340,7 @@ objects, they are converted to \class{DateTime} objects internally, so only
\begin{verbatim}
# simple test program (from the XML-RPC specification)
-from xmlrpclib import ServerProxy
+from xmlrpclib import ServerProxy, Error
# server = ServerProxy("http://localhost:8000") # local server
server = ServerProxy("http://betty.userland.com")