-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Docs: Fix typo in datetime.tzinfo docstring #107257
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
Conversation
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
AA-Turner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_datetimemodule.c only sets the first line for tzinfo_doc, so nothing to change there.
A
|
Thanks @Samylov-Mikhail for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
|
Sorry, @Samylov-Mikhail and @hugovk, I could not cleanly backport this to |
(cherry picked from commit 60a9eea) Co-authored-by: Mikhail Samylov <[email protected]> Co-authored-by: Paul Ganssle <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
|
GH-109032 is a backport of this pull request to the 3.12 branch. |
|
GH-109055 is a backport of this pull request to the 3.11 branch. |
|
Docs: Fix typo in datetime.tzinfo docstring (GH-107257) (cherry picked from commit 60a9eea) Co-authored-by: Mikhail Samylov <[email protected]> Co-authored-by: Paul Ganssle <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
No description provided.