Fix PEP8 issue.
This commit is contained in:
parent
667f62c5a8
commit
bbca98ae8e
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue