Skip to content

Commit

Permalink
Fix typo found by codespell (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Nov 16, 2023
1 parent 1637a97 commit 405406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def end_transaction(self):
"""Finish write transaction, non-context version"""
self.transaction.complete()
self._transaction = None
# The invalid cache must be cleared after the transcation is completed.
# The invalid cache must be cleared after the transaction is completed.
for path in self._invalidated_caches_in_transaction:
self.invalidate_cache(path)
self._invalidated_caches_in_transaction.clear()
Expand Down

0 comments on commit 405406f

Please # to comment.