Skip to content

Commit dcca90f

Browse files
authored
Fix typo in Instance Caching documentation (#1963)
1 parent c686cdf commit dcca90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ be possible to reach all paths on the remote.
161161
Instance Caching
162162
----------------
163163

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

0 commit comments

Comments
 (0)