Skip to content

Commit

Permalink
Update docs/source/filters.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Perl <[email protected]>
  • Loading branch information
Jamstah and thp authored May 29, 2024
1 parent 89d9c3a commit 638d8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ Find, remove or replace text using regular expressions

You can use ``re.sub`` and ``re.findall`` to apply regular expressions.

``re.sub`` can be used to remove of replace all non-overlapping instances
``re.sub`` can be used to remove or replace all non-overlapping instances
of matched text. The following example applies the filter 3 times:

1. Just specifying a string as the value will replace the matches with
Expand Down

0 comments on commit 638d8e6

Please sign in to comment.