diff --git a/README.rst b/README.rst index 2d3f533..a7786a2 100644 --- a/README.rst +++ b/README.rst @@ -176,10 +176,10 @@ kwargs (see `PR #76 `_.) - ``loader_callback``: optional custom callback function to load yaml files. - The callback function shall behave like ``yaml.load_all`` from PyYAML, - taking a IO stream as input and returning a list of objects. - Using this method, for example `ruamel `_ - can be used instead of PyYAML etc. + The callback function shall behave like ``yaml.load_all`` from PyYAML, + taking a IO stream as input and returning a list of objects. + Using this method, for example `ruamel `_ + can be used instead of PyYAML etc. interpolation ~~~~~~~~~~~~~