From b9d23a08700c5e30581f2302bf274f7ab2aca959 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Sun, 12 Apr 2020 15:51:11 -0400 Subject: [PATCH] fix typo in options.rst --- docs/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options.rst b/docs/options.rst index 4942c8a2b..ac5aeae27 100644 --- a/docs/options.rst +++ b/docs/options.rst @@ -383,7 +383,7 @@ Choices should be unique after considering the effects of ``case_sensitive`` and any specified token normalization function. .. versionchanged:: 7.1 - The resulting value from an option will always be on the of the + The resulting value from an option will always be one of the originally passed choices regardless of ``case_sensitive``. .. _option-prompting: