Skip to content

Commit

Permalink
docs: Fix IETF reference (#4011)
Browse files Browse the repository at this point in the history
Closes #3998
  • Loading branch information
RenameMe1 authored Feb 17, 2025
1 parent 084daed commit 6768845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litestar/middleware/rate_limit.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def create_response_headers(self, cache_object: CacheObject) -> dict[str, str]:
"""Create ratelimit response headers.
Notes:
* see the `IETF RateLimit draft <https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/>_`
* see the `IETF RateLimit draft <https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/>`_
Args:
cache_object:A :class:`CacheObject`.
Expand Down

0 comments on commit 6768845

Please sign in to comment.