Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ be possible to reach all paths on the remote.
Instance Caching
----------------

In a file-system implementation class is marked as *cachable* (attribute ``.cachable``),
If a file-system implementation class is marked as *cachable* (attribute ``.cachable``),
then its instances will
get stored in a class attribute, to enable quick look-up instead of needing to regenerate
potentially expensive connections and sessions. They key in the cache is a tokenisation of
Expand Down
Loading