]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39009: Fix typo in test__locale (GH-17544)
authorTim Gates <tim.gates@iress.com>
Mon, 9 Dec 2019 22:16:01 +0000 (09:16 +1100)
committerPablo Galindo <Pablogsal@gmail.com>
Mon, 9 Dec 2019 22:16:00 +0000 (22:16 +0000)
Lib/test/test__locale.py

index ab4e24796188c8d29b034126f77854f9e05cb127..cda0ee91b700f73889d1d1c4a163b8bc3f278133 100644 (file)
@@ -30,7 +30,7 @@ def setUpModule():
     global candidate_locales
     # Issue #13441: Skip some locales (e.g. cs_CZ and hu_HU) on Solaris to
     # workaround a mbstowcs() bug. For example, on Solaris, the hu_HU locale uses
-    # 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
     # decoded as U+30000020 (an invalid character) by mbstowcs().
     if sys.platform == 'sunos5':
         old_locale = locale.setlocale(locale.LC_ALL)