Changeset 1083

Show
Ignore:
Timestamp:
04/15/08 12:08:37 (9 months ago)
Author:
piyawat
Message:

fix doc for python binding

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/extras/api/kvlib.py

    r1082 r1083  
    1414 
    1515    def post_journal_entry(self, content, visibility=2, verbose=False): 
    16         """return 400 Bad Request if failed, succeeded otherwise""" 
    17  
    1816        params = urllib.urlencode({'journal_entry[content]': content, 'journal_entry[visibility]': visibility}) 
    1917        headers = {'Content-type': 'application/x-www-form-urlencoded', 'Accept': 'text/plain',