Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ad7651

Browse files
timgates42pablogsal
authored andcommitted
bpo-39009: Fix typo in test__locale (GH-17544)
1 parent a2ff283 commit 2ad7651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test__locale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def setUpModule():
3030
global candidate_locales
3131
# Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to
3232
# 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
33+
# the locale encoding ISO-8859-2, the thousands separator is b'\xA0' and it is
3434
# decoded as U+30000020 (an invalid character) by mbstowcs().
3535
if sys.platform == 'sunos5':
3636
old_locale = locale.setlocale(locale.LC_ALL)

0 commit comments

Comments
 (0)