Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
gh-120078: Fixed a typo in the documentation for the time module. Specifically t…#120081
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…m_day to tm_mday under the struct_time table
ghost commentedJun 4, 2024 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
b6b0dcb
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks @shurj0 for the PR, and@zware for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @shurj0 for the PR, and@zware for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…ibrary/time.rst (pythonGH-120081)(cherry picked from commitb6b0dcb)Co-authored-by: shurj0 <60540027+shurj0@users.noreply.github.com>
GH-120084 is a backport of this pull request to the3.12 branch. |
…ibrary/time.rst (pythonGH-120081)(cherry picked from commitb6b0dcb)Co-authored-by: shurj0 <60540027+shurj0@users.noreply.github.com>
GH-120085 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Changed 'tm_day' to the correct 'tm_mday' under the time.struct_time table in the documentation for the time module.
📚 Documentation preview 📚:https://cpython-previews--120081.org.readthedocs.build/