docs: Fix simple typo, wheter -> whether

There is a small typo in docs/values.rst.

Should read `whether` rather than `wheter`.
This commit is contained in:
Tim Gates 2020-03-12 06:40:15 +11:00
parent 601d52218a
commit 3b3f5db60d
No known key found for this signature in database
GPG key ID: AE3BE0D53823CF05

View file

@ -162,7 +162,7 @@ the prefix.
:param environ: toggle for environment use
:param environ_name: name of environment variable to look for
:param environ_prefix: prefix to use when looking for environment variable
:param environ_required: wheter or not the value is required to be set as an environment variable
:param environ_required: whether or not the value is required to be set as an environment variable
:type environ: bool
:type environ_name: capitalized string or None
:type environ_prefix: capitalized string