Skip to content

Commit

Permalink
A little fix in "file state" documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
faust authored and thatch45 committed May 25, 2013
1 parent 8348fe0 commit 84369b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/states/file.py
Expand Up @@ -1444,7 +1444,7 @@ def comment(name, regex, char='#', backup='.bak'):
'''
Comment out specified lines in a file.
path
name
The full path to the file to be edited
regex
A regular expression used to find the lines that are to be commented;
Expand Down Expand Up @@ -1524,7 +1524,7 @@ def uncomment(name, regex, char='#', backup='.bak'):
'''
Uncomment specified commented lines in a file
path
name
The full path to the file to be edited
regex
A regular expression used to find the lines that are to be uncommented.
Expand Down

0 comments on commit 84369b8

Please sign in to comment.