summaryrefslogtreecommitdiff
path: root/docs/locale_issues.rst
diff options
context:
space:
mode:
authorKian-Meng, Ang <kianmeng@cpan.org>2021-12-30 20:31:41 +0800
committerKian-Meng, Ang <kianmeng@cpan.org>2021-12-30 20:31:41 +0800
commitb812f158cb2012cf1ea3bc2147c7bc82dabdada9 (patch)
treecaaacc1eeef33c21ee737754d3f12555c87b734b /docs/locale_issues.rst
parent45c042ee849710fb45df6c3a9f980cdc0d7524f4 (diff)
downloadnatsort-b812f158cb2012cf1ea3bc2147c7bc82dabdada9.tar.gz
Fix typos
Diffstat (limited to 'docs/locale_issues.rst')
-rw-r--r--docs/locale_issues.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/locale_issues.rst b/docs/locale_issues.rst
index f51ab27..56cd5a9 100644
--- a/docs/locale_issues.rst
+++ b/docs/locale_issues.rst
@@ -23,7 +23,7 @@ Regenerate Key With :func:`~natsort.natsort_keygen` After Changing Locale
When :func:`~natsort.natsort_keygen` is called it returns a key function that
hard-codes the provided settings. This means that the key returned when
-``ns.LOCALE`` is used contains the settings specifed by the locale
+``ns.LOCALE`` is used contains the settings specified by the locale
*loaded at the time the key is generated*. If you change the locale,
you should regenerate the key to account for the new locale.