summaryrefslogtreecommitdiff
path: root/docs/locale_issues.rst
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-12-30 08:37:34 -0800
committerGitHub <noreply@github.com>2021-12-30 08:37:34 -0800
commit9616d2909899e1a47735c6fcdb6fa84d08c03206 (patch)
treecaaacc1eeef33c21ee737754d3f12555c87b734b /docs/locale_issues.rst
parent45c042ee849710fb45df6c3a9f980cdc0d7524f4 (diff)
parentb812f158cb2012cf1ea3bc2147c7bc82dabdada9 (diff)
downloadnatsort-master.tar.gz
Merge pull request #144 from kianmeng/fix-typosmaster
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.