-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-129408: http: Fix typo 'RFF' to RFC' in docstring #129411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-129408: http: Fix typo 'RFF' to RFC' in docstring #129411
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Thanks @Mulugruntz for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…nGH-129411) (cherry picked from commit 7dd0a7e) Co-authored-by: Samuel GIFFARD <[email protected]>
Sorry, @Mulugruntz and @terryjreedy, I could not cleanly backport this to |
GH-129414 is a backport of this pull request to the 3.13 branch. |
GH-129414 is a backport of this pull request to the 3.13 branch. |
|
Yes, this typo was introduced in 3.13. |
Lib/http/__init__.py
mentions RFF instead of RFC #129408