mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
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:
parent
601d52218a
commit
3b3f5db60d
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ the prefix.
|
||||||
:param environ: toggle for environment use
|
:param environ: toggle for environment use
|
||||||
:param environ_name: name of environment variable to look for
|
:param environ_name: name of environment variable to look for
|
||||||
:param environ_prefix: prefix to use when looking for environment variable
|
: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: bool
|
||||||
:type environ_name: capitalized string or None
|
:type environ_name: capitalized string or None
|
||||||
:type environ_prefix: capitalized string
|
:type environ_prefix: capitalized string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue