find: correct typo (#81512)

pull/81584/head
Vlad Glagolev 10 months ago committed by GitHub
parent 7865b198d2
commit 37cb44ec37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,8 +59,8 @@ options:
contains:
description:
- A regular expression or pattern which should be matched against the file content.
- If O(read_whole_file) is V(true) it matches against the beginning of the line (uses
V(re.match(\))). If O(read_whole_file) is V(false), it searches anywhere for that pattern
- If O(read_whole_file) is V(false) it matches against the beginning of the line (uses
V(re.match(\))). If O(read_whole_file) is V(true), it searches anywhere for that pattern
(uses V(re.search(\))).
- Works only when O(file_type) is V(file).
type: str

Loading…
Cancel
Save