Changeset 353 for pyyaml/trunk/lib3/yaml

Show
Ignore:
Timestamp:
08/29/09 17:33:36 (3 years ago)
Author:
xi
Message:

Fixed a typo in docstring.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/lib3/yaml/__init__.py

    r336 r353  
    4545    """ 
    4646    Parse all YAML documents in a stream 
    47     and produce corresponsing representation trees. 
     47    and produce corresponding representation trees. 
    4848    """ 
    4949    loader = Loader(stream)