1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

clarified docs

This commit is contained in:
A_D 2020-07-13 06:43:41 +02:00 committed by Athanasius
parent 1733aeae5a
commit dbcb4bb4fc

View File

@ -16,7 +16,7 @@ import outfitting
def __make_backup(file_name: str, suffix: str = '.bak') -> None:
"""
Rename the given file to $file.bak, removing any existing $file.bak
Rename the given file to $file.bak, removing any existing $file.bak. Assumes $file exists on disk.
:param file_name: The name of the file to make a backup of
:param suffix: The suffix to use for backup files (default '.bak')