We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a882969 commit 21a03a0Copy full SHA for 21a03a0
fsspec/implementations/cached.py
@@ -25,8 +25,8 @@ class CachingFileSystem(AbstractFileSystem):
25
access after the initial download. The files are stored in a given
26
directory with random hashes for the filenames. If no directory is given,
27
a temporary one is used, which should be cleaned up by the OS after the
28
- process ends. The files themselves as sparse (as implemented in
29
- MMapCache), so only the data which is accessed takes up space.
+ process ends. The files themselves are sparse (as implemented in
+ :class:`~fsspec.core.MMapCache`), so only the data which is accessed takes up space.
30
31
Restrictions:
32
0 commit comments