Skip to content

Commit 7eb673e

Browse files
author
Justus Pendleton
committed
typo in docs for xmlrpc
1 parent fb5715c commit 7eb673e

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
@@ -80,7 +80,7 @@ sample python client
8080
{'assignedto' : None, 'files' : [], 'title' = 'yes, ..... }
8181
>>> roundup_server.display('issue1', 'priority', 'status')
8282
{'priority' : '1', 'status' : '2'}
83-
>>> roundup_server.set('issue1', 'status=3'
83+
>>> roundup_server.set('issue1', 'status=3')
8484
>>> roundup_server.display('issue1', 'status')
8585
{'status' : '3' }
8686
>>> roundup_server.create('issue', "title='another bug'", "status=2")

0 commit comments

Comments
 (0)