From d42890818b348213dedabdceb5e2e846a3a6e91e Mon Sep 17 00:00:00 2001 From: Roman Zlobin Date: Sun, 8 Sep 2024 02:08:29 +0300 Subject: [PATCH] fix indentation --- docs/source/user_guides/pipeline_import.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/user_guides/pipeline_import.rst b/docs/source/user_guides/pipeline_import.rst index c50b56259..99511d0e9 100644 --- a/docs/source/user_guides/pipeline_import.rst +++ b/docs/source/user_guides/pipeline_import.rst @@ -149,8 +149,8 @@ Call is made with the arguments passed as a value of the dictionary: * - .. code-block:: yaml chatsky.cnd.Regexp: - pattern: "yes" - flags: external:re.I + pattern: "yes" + flags: external:re.I - .. code-block:: python chatsky.cnd.Regexp( @@ -162,8 +162,8 @@ Call is made with the arguments passed as a value of the dictionary: * - .. code-block:: yaml chatsky.proc.Extract: - - person.name - - person.age + - person.name + - person.age - .. code-block:: python chatsky.proc.Extract(