Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Oct 24, 2021
1 parent 4958e36 commit 6c45f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre/utils/icu.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def non_numeric_sort_collator():
if _non_numeric_sort_collator is None:
_non_numeric_sort_collator = collator().clone()
_non_numeric_sort_collator.strength = _icu.UCOL_SECONDARY
_sort_collator.numeric = False
_non_numeric_sort_collator.numeric = False
return _sort_collator


Expand Down

0 comments on commit 6c45f43

Please sign in to comment.