Skip to content

Commit

Permalink
Wording adjustment.
Browse files Browse the repository at this point in the history
Co-authored-by: Cristian Le <[email protected]>
  • Loading branch information
psss and LecrisUT authored Jun 5, 2024
1 parent 9856cba commit fb9091f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ __ https://docs.python.org/3/library/re.html#re.sub

Remove parent value only if it matches regular expression is done
using the ``-~`` suffix. If value matches any of provided
`regular expressions`__ it is removed. In the case of parent value
being a list the item is removed from this list. If the parent value
is a string value is set to the empty string. If parent value is
a dictionary, the key is removed. These regular expressions can
`regular expressions`__ it is removed. If the parent value
is a list, the matching item is removed from this list. If the parent value
is a string, the value is set to an empty string. If the parent value is
a dictionary, the matching key is removed. These regular expressions can
be just a single item or a list of strings::

description-~: '.*'
Expand Down

0 comments on commit fb9091f

Please sign in to comment.