Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ff283 commit 2ad7651Copy full SHA for 2ad7651
Lib/test/test__locale.py
@@ -30,7 +30,7 @@ def setUpModule():
30
global candidate_locales
31
# Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to
32
# workaround a mbstowcs() bug. For example, on Solaris, the hu_HU locale uses
33
- # the locale encoding ISO-8859-2, the thousauds separator is b'\xA0' and it is
+ # the locale encoding ISO-8859-2, the thousands separator is b'\xA0' and it is
34
# decoded as U+30000020 (an invalid character) by mbstowcs().
35
if sys.platform == 'sunos5':
36
old_locale = locale.setlocale(locale.LC_ALL)
0 commit comments