Skip to content

Commit

Permalink
fix link in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanmelchior-zuehlke committed Jun 29, 2022
1 parent 519b560 commit dd01903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage/sources_loaders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are multiple config sources which support a heterogeneous set of use-cases
allow to easily configure multiple environments by having a separate file for each environment.
- :class:`~confz.ConfZEnvSource` allows to load config data from environment variables and .env files. It supports to
select the corresponding variables with allow- and deny-lists and with an optional prefix and optional custom separator for nested variables. The variable names are
either inferred from the config name (see :class:`~confz.loaders.Loader` for the rules) or can be explicitly mapped.
either inferred from the config name (see :class:`~confz.confz_source.ConfZEnvSource` for the rules) or can be explicitly mapped.
- :class:`~confz.ConfZCLArgSource` allows to load config data from command line arguments. An optional prefix allows
to select only parts of the arguments. Optional custom separator for nested command line arguments is also supported. The argument names are either inferred from the config name or can be
explicitly mapped.
Expand Down

0 comments on commit dd01903

Please sign in to comment.