We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1637a97 commit 405406fCopy full SHA for 405406f
fsspec/spec.py
@@ -250,7 +250,7 @@ def end_transaction(self):
250
"""Finish write transaction, non-context version"""
251
self.transaction.complete()
252
self._transaction = None
253
- # The invalid cache must be cleared after the transcation is completed.
+ # The invalid cache must be cleared after the transaction is completed.
254
for path in self._invalidated_caches_in_transaction:
255
self.invalidate_cache(path)
256
self._invalidated_caches_in_transaction.clear()
0 commit comments