gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411)

This commit is contained in:
Samuel GIFFARD 2025-01-28 19:25:51 +01:00 committed by GitHub
parent 180ee43bde
commit 7dd0a7e52e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,7 +190,7 @@ class HTTPMethod:
Methods from the following RFCs are all observed:
* RFF 9110: HTTP Semantics, obsoletes 7231, which obsoleted 2616
* RFC 9110: HTTP Semantics, obsoletes 7231, which obsoleted 2616
* RFC 5789: PATCH Method for HTTP
"""
def __new__(cls, value, description):