Changeset 397

Show
Ignore:
Timestamp:
02/15/07 00:50:59 (2 years ago)
Author:
athomas
Message:

pyndexter: Still more docstring updates.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyndexter/trunk/pyndexter/__init__.py

    r396 r397  
    10681068 
    10691069    Has three useful attributes: 
    1070         `current`   whether this is a current copy of the `Document` (as 
    1071                     opposed to a historical version from the `Indexer`) 
    1072         `quality`   quality of the text compared to the original, between 0. 
    1073                     and 1.0 
    1074         `text`      the excerpt text 
     1070 
     1071    ``current`` 
     1072        Whether this is a current copy of the `Document` (as opposed to a 
     1073        historical version from the `Indexer`) 
     1074 
     1075    ``quality`` 
     1076        Quality of the text compared to the original, between 0.0 and 1.0. 
     1077 
     1078    ``text`` 
     1079        The excerpt text. 
    10751080 
    10761081    """