Skip to content

Commit

Permalink
Update docs/index.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Bull <[email protected]>
  • Loading branch information
mikeoconnor0308 and Dreamsorcerer authored Jan 9, 2025
1 parent 66fb801 commit 76e3791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Using a cache is as simple as
'value'
Here we are using the :ref:`simplememorycache` but you can use any other supported backends as listed in :ref:`caches`.
All caches contain the same minimum interface which consists on the following functions:
All caches contain the same minimum interface which consists of the following functions:

- ``add``: Only adds key/value if key does not exist. Otherwise raises ValueError.
- ``get``: Retrieve value identified by key.
Expand Down

0 comments on commit 76e3791

Please sign in to comment.