]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411)
authorSamuel GIFFARD <samuel@giffard.co>
Tue, 28 Jan 2025 18:25:51 +0000 (19:25 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Jan 2025 18:25:51 +0000 (13:25 -0500)
Lib/http/__init__.py

index 9f2782894207137e47be96d1ad99e0ab8644e732..691b4a9a367bd0fb432b7aafa7c57b348509ae00 100644 (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):