]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-129408: http: Fix typo 'RFF' to RFC' in docstring (GH-129411) (#129414)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Jan 2025 18:48:51 +0000 (19:48 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Jan 2025 18:48:51 +0000 (18:48 +0000)
gh-129408: http: Fix typo 'RFF' to RFC' in documentation (GH-129411)
(cherry picked from commit 7dd0a7e52ee832559b89d5ccba732c8e91260df8)

Co-authored-by: Samuel GIFFARD <samuel@giffard.co>
Lib/http/__init__.py

index d64741ec0dd29a2e5b6f2f5b23932df0cda06b38..17a47b180e55c2e237ee7915bd293938ed635eb9 100644 (file)
@@ -179,7 +179,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):