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
bpo-39594: Fix typo in os.times documentation #18443
Conversation
|
Thanks for the PR. I think it looks good. For future, it really would be helpful to describe the change made in this pr instead of "fix issue reported by submitter". (I've changed your PR title and description). |
|
Thanks @rogerhurwitz for the PR |
|
I'm having trouble backporting to |
There was an extra space in the url markup, causing the documentation not rendered properly. https://bugs.python.org/issue39594 (cherry picked from commit 37c55b2) Co-authored-by: Roger Hurwitz <rogerhurwitz@gmail.com>
|
GH-18444 is a backport of this pull request to the 3.7 branch. |
|
Thanks @rogerhurwitz for the PR |
There was an extra space in the url markup, causing the documentation not rendered properly. https://bugs.python.org/issue39594 (cherry picked from commit 37c55b2) Co-authored-by: Roger Hurwitz <rogerhurwitz@gmail.com>
|
GH-18447 is a backport of this pull request to the 3.8 branch. |
|
Thanks for the feedback - will make the PR text more descriptive in the future. |
There was an extra space in the url markup, causing the documentation not rendered properly. https://bugs.python.org/issue39594 (cherry picked from commit 37c55b2) Co-authored-by: Roger Hurwitz <rogerhurwitz@gmail.com>
There was an extra space in the url markup, causing the documentation not rendered properly. https://bugs.python.org/issue39594 (cherry picked from commit 37c55b2) Co-authored-by: Roger Hurwitz <rogerhurwitz@gmail.com>
There was an extra space in the url markup, causing the documentation not rendered properly.
https://bugs.python.org/issue39594
Automerge-Triggered-By: @Mariatta