Skip to content

Commit

Permalink
minor grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zmumi committed May 3, 2024
1 parent e803423 commit 08018f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,10 @@ Then you could just pass args and kwargs for which you want to invalidate entry.
asyncio.get_event_loop().run_until_complete(main())
Openness for granular TTL
-------------------------
Openness to granular TTL
------------------------

Default configuration sets update and expiry based on fixed values, which are same for all entries.
Default configuration sets update and expiry based on fixed values, which are the same for all entries.
If you need to set different TTLs for different entries, you can do so by providing
a custom :class:`memoize.entrybuilder.CacheEntryBuilder`.

Expand Down

0 comments on commit 08018f6

Please sign in to comment.