Skip to content

Commit

Permalink
Fix syntax highlighting for the caching code-block
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Oct 7, 2024
1 parent fedb62e commit cc4a21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fetched data, and use them when there is an issue.

To configure parameters for the cache pass an object instead of `True`.

```
```python
>>> from fedora_distro_aliases import Cache
>>> cache = Cache(path="/tmp/fedora-distro-aliases-cache.json", ttl=3600)
>>> aliases = get_distro_aliases(cache=cache)
Expand Down

0 comments on commit cc4a21f

Please sign in to comment.