Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbpo-39009: Fix typo in test__locale #17544
Conversation
There is a small typo in Lib/test/test_statistics.py. Should read `translation` rather than `tranlation`.
There is a small typo in Lib/test/test__locale.py. Should read `thousands` rather than `thousauds`.
4bcaec6
to
172e10f
Misc/NEWS.d/next/Documentation/2019-12-09-10-12-00.bpo-39002.AfgvfO.rst
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Dec 9, 2019
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
LGTM Thanks @timgates42 for the contribution! |
…python into bugfix/typo_thousands
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Dec 9, 2019
@timgates42: Status check is done, and it's a failure |
1 similar comment
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Dec 9, 2019
@timgates42: Status check is done, and it's a failure |
This comment has been minimized.
This comment has been minimized.
I have made the requested changes; please review again |
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Dec 9, 2019
Thanks for making the requested changes! @pablogsal: please review the changes made to this pull request. |
timgates42 commentedDec 9, 2019
•
edited by miss-islington
There is a small typo in Lib/test/test__locale.py.
Should read
thousands
rather thanthousauds
.https://bugs.python.org/issue39009
Automerge-Triggered-By: @pablogsal