Skip to content

Commit

Permalink
fix syntax in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Oct 20, 2024
1 parent c1d1346 commit 14af3b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ kwargs
(see `PR #76 <https://github.com/zerwes/hiyapyco/pull/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 <https://pypi.org/project/ruamel.yaml/>`_
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 <https://pypi.org/project/ruamel.yaml/>`_
can be used instead of PyYAML etc.

interpolation
~~~~~~~~~~~~~
Expand Down

0 comments on commit 14af3b5

Please sign in to comment.