Skip to content

Commit

Permalink
refactor: correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-locatelli committed Nov 9, 2024
1 parent 71b9535 commit d73ab32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ To generate a coverage report:
nox -e cov
```

See `nox --list` for a ful list of available commands.
See `nox --list` for a full list of available commands.

### Integration Test Containers

Expand Down
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@

## 0.4.3 (2021-07-27)

- Fix bug in which reponse header `Expires` was used for cache expiration even with `cache_control=False`
- Fix bug in which response header `Expires` was used for cache expiration even with `cache_control=False`
- Fix bug in which HTTP dates parsed from response headers weren't converted to UTC
- Add handling for invalid timestamps in `CachedResponse.is_expired`

Expand Down
2 changes: 1 addition & 1 deletion docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

:::{warning}
The python `pickle` module has [known security vulnerabilities](https://docs.python.org/3/library/pickle.html),
potentially leading to code execution when deserialzing data.
potentially leading to code execution when deserializing data.
:::

This means it should only be used to deserialize data that you trust hasn't been tampered with.
Expand Down

0 comments on commit d73ab32

Please sign in to comment.