Maintenance: proper indent in docstring

This commit is contained in:
Bo Maryniuk 2015-03-26 15:23:26 +01:00
parent c80d3af36a
commit 808208d17d

View File

@ -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: