-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Clarify argument types in datetime docs. #15459
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
Also see #15008 |
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.
This can probably skip issue
and skip news
. Do you mind changing the title to be more descriptive, though? Maybe something like "Clarify argument types in datetime docs."
"Arguments may be integers... " could be misunderstand as they also could be strings. New wording makes it clear that arguments have to be integers. modified: Doc/library/datetime.rst
@brandtbucher Thank you for the review. Changed the title as you required. |
@jugmac00 Sorry, I should have been clearer. I actually meant the GitHub PR title. The commit message is fine! |
Updated the title of the PR. I have not touched the commit message again - if you want me to switch back to "Improve wording." title - just give a quick note, otherwise I hope the PR is fine now :-) Thanks for your time and effort! |
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.
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.
LGTM, thanks @jugmac00.
Sorry I accidentally closed this PR, I actually have no idea how that happened.
@jugmac00: Status check is done, and it's a success ✅ . |
Thanks @jugmac00 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
GH-15472 is a backport of this pull request to the 3.8 branch. |
"Arguments may be integers... " could be misunderstand as they also could be strings. New wording makes it clear that arguments have to be integers. modified: Doc/library/datetime.rst Automerge-Triggered-By: @pganssle (cherry picked from commit c5218fc) Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
GH-15473 is a backport of this pull request to the 3.7 branch. |
"Arguments may be integers... " could be misunderstand as they also could be strings. New wording makes it clear that arguments have to be integers. modified: Doc/library/datetime.rst Automerge-Triggered-By: @pganssle (cherry picked from commit c5218fc) Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
"Arguments may be integers... " could be misunderstand as they also could be strings. New wording makes it clear that arguments have to be integers. modified: Doc/library/datetime.rst Automerge-Triggered-By: @pganssle (cherry picked from commit c5218fc) Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com> Automerge-Triggered-By: @pganssle
"Arguments may be integers... " could be misunderstand as they also could be strings. New wording makes it clear that arguments have to be integers. modified: Doc/library/datetime.rst Automerge-Triggered-By: @pganssle (cherry picked from commit c5218fc) Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
"Arguments may be integers... " could be misunderstand as they also could be strings. New wording makes it clear that arguments have to be integers. modified: Doc/library/datetime.rst Automerge-Triggered-By: @pganssle
"Arguments may be integers... " could be misunderstand as they also could be strings. New wording makes it clear that arguments have to be integers. modified: Doc/library/datetime.rst Automerge-Triggered-By: @pganssle
"Arguments may be integers... " could be misunderstand as they also could be strings. New wording makes it clear that arguments have to be integers. modified: Doc/library/datetime.rst Automerge-Triggered-By: @pganssle
"Arguments may be integers... " could be misunderstand as they also
could be strings.
New wording makes it clear that arguments have to be integers.
modified: Doc/library/datetime.rst
Automerge-Triggered-By: @pganssle