Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo committed Sep 7, 2024
1 parent 1e2b10b commit d428908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/user_guides/pipeline_import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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(
Expand Down

0 comments on commit d428908

Please sign in to comment.