Skip to content

Commit 8597be4

Browse files
[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 7dd0a7e) Co-authored-by: Samuel GIFFARD <[email protected]>
1 parent bf6c256 commit 8597be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/http/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class HTTPMethod:
179179
180180
Methods from the following RFCs are all observed:
181181
182-
* RFF 9110: HTTP Semantics, obsoletes 7231, which obsoleted 2616
182+
* RFC 9110: HTTP Semantics, obsoletes 7231, which obsoleted 2616
183183
* RFC 5789: PATCH Method for HTTP
184184
"""
185185
def __new__(cls, value, description):

0 commit comments

Comments
 (0)