Skip to content

Commit 21a03a0

Browse files
authored
Add reference from CachingFileSystem to MMapCache (#933)
1 parent a882969 commit 21a03a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fsspec/implementations/cached.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class CachingFileSystem(AbstractFileSystem):
2525
access after the initial download. The files are stored in a given
2626
directory with random hashes for the filenames. If no directory is given,
2727
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.
28+
process ends. The files themselves are sparse (as implemented in
29+
:class:`~fsspec.core.MMapCache`), so only the data which is accessed takes up space.
3030
3131
Restrictions:
3232

0 commit comments

Comments
 (0)