Skip to content

Commit 62de172

Browse files
committed
Fix XMLRPC endpoint in documentation example (changed in 1.4.21)
Thanks Ezio for the notice.
1 parent 3082752 commit 62de172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/xmlrpc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ sample python client
9999
::
100100

101101
>>> import xmlrpclib
102-
>>> roundup_server = xmlrpclib.ServerProxy('http://username:password@localhost:8000', allow_none=True)
102+
>>> roundup_server = xmlrpclib.ServerProxy('http://username:password@localhost:8000/xmlrpc', allow_none=True)
103103
>>> roundup_server.list('user')
104104
['admin', 'anonymous', 'demo']
105105
>>> roundup_server.list('issue', 'id')

0 commit comments

Comments
 (0)