[3.13] gh-129408: http: Fix typo 'RFF' to RFC' in docstring (GH-129411) (#129414)
![](https://secure.gravatar.com/avatar/cc7737cd64a84f1b5c61a160798e97ee.jpg?s=120&d=mm&r=g)
https://github.com/python/cpython/commit/8597be46135a0f4a53e99dade67724bbb8e... commit: 8597be46135a0f4a53e99dade67724bbb8e3c1c9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: terryjreedy <tjreedy@udel.edu> date: 2025-01-28T18:48:51Z summary: [3.13] gh-129408: http: Fix typo 'RFF' to RFC' in docstring (GH-129411) (#129414) 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> files: M Lib/http/__init__.py 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):
participants (1)
-
terryjreedy