mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Merge pull request #252 from timgates42/bugfix_typo_whether
This commit is contained in:
commit
55a92d86ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue