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):