summaryrefslogtreecommitdiff
path: root/natsort/compat/locale.py
diff options
context:
space:
mode:
Diffstat (limited to 'natsort/compat/locale.py')
-rw-r--r--natsort/compat/locale.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/natsort/compat/locale.py b/natsort/compat/locale.py
index d802194..b1b7c00 100644
--- a/natsort/compat/locale.py
+++ b/natsort/compat/locale.py
@@ -20,8 +20,8 @@ null_string_max = chr(sys.maxunicode) * 20
null_string_locale: StrOrBytes
null_string_locale_max: StrOrBytes
-# strxfrm can be buggy (especially on BSD-based systems),
-# so prefer icu if available.
+# strxfrm can be buggy (especially on OSX and *possibly* some other
+# BSD-based systems), so prefer icu if available.
try: # noqa: C901
import icu
from locale import getlocale