commit | 356f938f940f9abe6cf54344113d8a27e3ca4088 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu Apr 27 12:38:35 2006 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu Apr 27 12:38:35 2006 +0000 |
tree | ab9ef0c08f5cad63669060a88e16aa72b8a86dd0 | |
parent | 7acb7b40ba9247e00a1d26a472b5de9adb5e49f4 [diff] [blame] |
[Bug #1477140] Import Error base class
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 @@ \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")