Changeset 19 for formatflowed

Show
Ignore:
Timestamp:
09/11/05 19:56:35 (7 years ago)
Author:
mj
Message:

Fix doctest call to tested function.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • formatflowed/trunk/formatflowed.py

    r18 r19  
    788788    Example code: 
    789789     
    790         >>> result = _parseToFlowed(u'\\n'.join(( 
     790        >>> result = _parseFlowableChunks(u'\\n'.join(( 
    791791        ...     u'Normal text, as long as they are not delimited by empty ', 
    792792        ...     u'lines will be considered paragraphs and will be parsed as ',