Changeset 169 for pykoticon

Show
Ignore:
Timestamp:
06/09/06 11:44:26 (18 years ago)
Author:
jerome
Message:

Fixed the API's documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/README

    r166 r169  
    145145          with * in place of the characters typed during input. 
    146146           
    147         - An array of initial values, one possibly empty value per   
    148           input field in the form to be created. Each initial value 
    149           in the list is passed as a Binary XML-RPC object representing 
     147        - An associative array (e.g. Python mapping) of initial values.  
     148          Each key is a variable name which must be present in the list 
     149          above, and each value is a possibly empty initial content, 
     150          which will be passed as a Binary XML-RPC object representing  
    150151          an UTF-8 encoded character string. 
    151152