Skip to content

Commit 9e9a6df

Browse files
authored
Fix typo in README.rst (#244)
1 parent 8250616 commit 9e9a6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Cachier Cores
269269
Pickle Core
270270
-----------
271271

272-
The default core for Cachier is pickle based, meaning each function will store its cache is a separate pickle file in the ``~/.cachier`` directory. Naturally, this kind of cache is both machine-specific and user-specific.
272+
The default core for Cachier is pickle based, meaning each function will store its cache in a separate pickle file in the ``~/.cachier`` directory. Naturally, this kind of cache is both machine-specific and user-specific.
273273

274274
You can configure ``cachier`` to use another directory by providing the ``cache_dir`` parameter with the path to that directory:
275275

0 commit comments

Comments
 (0)