summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 427eedc..f51ab27 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 contins the settings specifed by the locale
+``ns.LOCALE`` is used contains the settings specifed 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.