1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-22 20:00:29 +03:00

clarified docs

This commit is contained in:
A_D 2020-07-13 06:43:41 +02:00 committed by Athanasius
parent 0b2b76a9f5
commit 783b3c5ce9

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')