Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eden-D-Zhang committed Jan 23, 2025
1 parent f9f4f8e commit 63775f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def _find_archives(
end_ts: int = None,
) -> int:
"""
Lists all archive IDs, if begin_its and end_its are provided,
Lists all archive IDs, if begin_ts and end_ts are provided,
only lists archives where `begin_ts <= archive.begin_timestamp` and
`archive.end_timestamp <= end_ts`.
:param archives_dir:
Expand Down

0 comments on commit 63775f5

Please sign in to comment.