Fix PEP8 issue.

This commit is contained in:
Matt Clay 2018-09-01 22:54:13 -07:00
parent 667f62c5a8
commit bbca98ae8e

View file

@ -45,7 +45,7 @@ options:
- The regular expression to look for in every line of the file.
- For C(state=present), the pattern to replace if found. Only the last line found will be replaced.
- For C(state=absent), the pattern of the line(s) to remove.
- If the regular expression is not matched, the line will be
- If the regular expression is not matched, the line will be
added to the file in keeping with`insertbefore` or `insertafter`
settings.
- Uses Python regular expressions. See U(http://docs.python.org/2/library/re.html).