From 14af3b5fd3ada895920a5597b288bc826da9f283 Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Sun, 20 Oct 2024 06:49:42 +0200 Subject: [PATCH] fix syntax in README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ~~~~~~~~~~~~~