summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Fox-Rabinovitz <madphysicist@users.noreply.github.com>2020-12-06 23:47:26 -0500
committerGitHub <noreply@github.com>2020-12-06 23:47:26 -0500
commite76e529379892f2a62162fee836123018f56c6b6 (patch)
tree61c482f3d45aaaac099557ba76b6c5b15174dbb4
parent57006e538958ca24d5b9bad58770b0f0230f80f3 (diff)
downloadnatsort-e76e529379892f2a62162fee836123018f56c6b6.tar.gz
DOC: Fixed miniscule typo
-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.