Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Sep 23, 2017
1 parent 5bf84e0 commit 2eae20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonextended/parsers/yaml.py
Expand Up @@ -16,8 +16,8 @@ class YAML_Parser(object):
... )
>>> with fileobj.open() as f:
... data = YAML_Parser().read_file(f)
>>> data["key1"]
CommentedMap([('subkey1', 'a'), ('subkey2', [1, 2, 3])])
>>> pprint(dict(data["key1"]))
{'subkey1': 'a', 'subkey2': [1, 2, 3]}
"""

Expand Down

0 comments on commit 2eae20d

Please sign in to comment.