https://github.com/python/cpython/commit/7dd0a7e52ee832559b89d5ccba732c8e91260df8
commit: 7dd0a7e52ee832559b89d5ccba732c8e91260df8
branch: main
author: Samuel GIFFARD <[email protected]>
committer: terryjreedy <[email protected]>
date: 2025-01-28T13:25:51-05:00
summary:
gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411)
files:
M Lib/http/__init__.py
diff --git a/Lib/http/__init__.py b/Lib/http/__init__.py
index 9f278289420713..691b4a9a367bd0 100644
--- a/Lib/http/__init__.py
+++ b/Lib/http/__init__.py
@@ -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):
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]