Skip to content

Commit

Permalink
fix docstring for _find_sync_lists
Browse files Browse the repository at this point in the history
  • Loading branch information
leondutoit committed Apr 14, 2021
1 parent 9c804fb commit cffe92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsdapiclient/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,8 @@ def _find_sync_lists(
For example, given two sets of filenames, and modified times (higher == more recent):
source = { ('file1', 10), ('file2', 20), ('file3', 13), ('file4', 89)}
target = {('file0', 32), ('file1', 10), ('file2', 10), ('file3', 15) }
source = { ('file1', 10), ('file2', 20), ('file3', 15), ('file4', 89)}
target = {('file0', 32), ('file1', 10), ('file2', 10), ('file3', 13) }
The default return values will be:
Expand Down

0 comments on commit cffe92d

Please sign in to comment.