From: Samuel GIFFARD Date: Tue, 28 Jan 2025 18:25:51 +0000 (+0100) Subject: gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411) X-Git-Tag: v3.14.0a5~204 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dd0a7e52ee832559b89d5ccba732c8e91260df8;p=thirdparty%2FPython%2Fcpython.git gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411) --- diff --git a/Lib/http/__init__.py b/Lib/http/__init__.py index 9f2782894207..691b4a9a367b 100644 --- a/Lib/http/__init__.py +++ b/Lib/http/__init__.py @@ -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):