Skip to content

Commit dbf839c

Browse files
authored
Update gcsfs/core.py
1 parent 5dace0c commit dbf839c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcsfs/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class GCSFileSystem(asyn.AsyncFileSystem):
213213
refreshed. Calls to GCSFileSystem.open and calls to GCSFile are not affected by this cache.
214214
215215
Note that directory listings are cached by default, because fetching those listings can be expensive. This is
216-
contrary to local filesystem behaviour. The cache will be cleared if writing from this instance, but it can
216+
contrary to local filesystem behaviour. The cache will be cleared if writing from this instance, but it can
217217
become stale and return incorrect results if the storage is written to from another process/machine.
218218
If you anticipate this possibility, you can set the use_listings_cache and listings_expiry_time arguments
219219
to configure the caching, call `.invalidate_cache()` when required, or pass `refresh=True` to the

0 commit comments

Comments
 (0)