Skip to content

Commit 6ff5aef

Browse files
committed
docs: cite RFC 9110 instead of 7231
RFC 7231 was obsoleted by RFC 9110.
1 parent 8813f83 commit 6ff5aef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Python-MimeParse
33

44
This module provides basic functions for handling mime-types. It can
55
handle matching mime-types against a list of media-ranges. See section
6-
5.3.2 of the HTTP 1.1 Semantics and Content specification [RFC 7231] for
7-
a complete explanation: https://tools.ietf.org/html/rfc7231#section-5.3.2
6+
12.5.1 of the HTTP Semantics specification [RFC 9110] for a complete
7+
explanation: https://datatracker.ietf.org/doc/html/rfc9110#name-accept
88

99
Installation
1010
------------

0 commit comments

Comments
 (0)