Skip to content

Commit

Permalink
Fix codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed Jun 5, 2024
1 parent 6c1d8e9 commit c1988bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_backup/backup/deduplication.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def to_sql(self):

def _create_dedup_references() -> DedupReferences:
"""
Create empy dedup references
Create empty dedup references
"""
return DedupReferences(lambda: DatabaseDedupReferences(TableDedupReferences))

Expand Down

0 comments on commit c1988bd

Please sign in to comment.