fix(analyzer): update docstring for organise_file

This commit is contained in:
jo 2022-02-20 21:06:39 +01:00 committed by Kyle Robbertze
parent d4ffaf9a89
commit 977b499d5e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def organise_file(
If you import multiple copies of the same file, the behavior is:
- The first filename is preserved.
- The next filenames receive the current date append to the name.
- The next filenames receive an uuid append to the name.
"""
filepath = Path(filepath_)