From 570d7cad68d3b28452b7d3b8aa5db1cbc0dbd270 Mon Sep 17 00:00:00 2001 From: Samuel GIFFARD Date: Tue, 28 Jan 2025 19:25:51 +0100 Subject: [PATCH] gh-129408: http: Fix typo 'RFF' to RFC' in documentation (GH-129411) (cherry picked from commit 7dd0a7e52ee832559b89d5ccba732c8e91260df8) Co-authored-by: Samuel GIFFARD --- Lib/http/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/http/__init__.py b/Lib/http/__init__.py index d64741ec0dd29a..17a47b180e55c2 100644 --- a/Lib/http/__init__.py +++ b/Lib/http/__init__.py @@ -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):