mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411)
This commit is contained in:
parent
180ee43bde
commit
7dd0a7e52e
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue