Skip to content

Commit 7dd0a7e

Browse files
authored
gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411)
1 parent 180ee43 commit 7dd0a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/http/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class HTTPMethod:
190190
191191
Methods from the following RFCs are all observed:
192192
193-
* RFF 9110: HTTP Semantics, obsoletes 7231, which obsoleted 2616
193+
* RFC 9110: HTTP Semantics, obsoletes 7231, which obsoleted 2616
194194
* RFC 5789: PATCH Method for HTTP
195195
"""
196196
def __new__(cls, value, description):

0 commit comments

Comments
 (0)