mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Maintenance: proper indent in docstring
This commit is contained in:
parent
c80d3af36a
commit
808208d17d
@ -1243,12 +1243,15 @@ def line(path, content, match=None, mode=None, location=None,
|
||||
(the original version and the edited version) in order to generate the diff.
|
||||
|
||||
:param backup
|
||||
Create a backup of the original file with the extension:
|
||||
"Year-Month-Day-Hour-Minutes-Seconds".
|
||||
Create a backup of the original file with the extension:
|
||||
"Year-Month-Day-Hour-Minutes-Seconds".
|
||||
|
||||
:param quiet
|
||||
Do not raise any exceptions. E.g. ignore the fact that the file that is
|
||||
tried to be edited does not exist and nothing really happened.
|
||||
Do not raise any exceptions. E.g. ignore the fact that the file that is
|
||||
tried to be edited does not exist and nothing really happened.
|
||||
|
||||
:param indent
|
||||
Keep indentation with the previous line.
|
||||
|
||||
CLI Examples:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user