Skip to content

Commit

Permalink
Tweak doc for config_from_yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Oct 10, 2023
1 parent eb70362 commit 577c6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hexkit/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def config_from_yaml(
) -> Callable:
"""A factory that returns decorator functions which extends a
pydantic BaseSettings class to read in parameters from a config yaml.
It replaces (or adds) a Config subclass to the BaseSettings class that configures
It replaces (or adds) a config settings to the BaseSettings class that configures
the priorities for parameter sources as follows (highest Priority first):
- parameters passed using **kwargs
- environment variables
Expand Down

0 comments on commit 577c6be

Please sign in to comment.