Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Fix #6: better example code
Browse files Browse the repository at this point in the history
  • Loading branch information
snordhausen committed Dec 29, 2016
1 parent 26a3d18 commit 750295e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -73,7 +73,7 @@ Wherever you had been using the ``safe_load`` function of
the ``yamlreader.yaml_load`` function as a replacement to read all ``*.yaml``
files in a directory::

from yamlreader import *
from yamlreader import yaml_load

defaultconfig = {
"loglevel" : "error",
Expand Down

0 comments on commit 750295e

Please sign in to comment.