Mercurial > p > roundup > code
diff doc/xmlrpc.txt @ 3951:53b922e0d2b7
typo in docs for xmlrpc
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Sun, 25 Nov 2007 17:04:12 +0000 |
| parents | 257b4eab3bb2 |
| children | 905faf52a51f |
line wrap: on
line diff
--- a/doc/xmlrpc.txt Fri Nov 23 20:57:50 2007 +0000 +++ b/doc/xmlrpc.txt Sun Nov 25 17:04:12 2007 +0000 @@ -80,7 +80,7 @@ {'assignedto' : None, 'files' : [], 'title' = 'yes, ..... } >>> roundup_server.display('issue1', 'priority', 'status') {'priority' : '1', 'status' : '2'} - >>> roundup_server.set('issue1', 'status=3' + >>> roundup_server.set('issue1', 'status=3') >>> roundup_server.display('issue1', 'status') {'status' : '3' } >>> roundup_server.create('issue', "title='another bug'", "status=2")
