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/lib/yaml/__init__.py

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