Skip to content

Commit

Permalink
docs: fix typo in settings management page (pydantic#3781)
Browse files Browse the repository at this point in the history
  • Loading branch information
chagui authored and Nash Taylor committed Jun 24, 2022
1 parent cbf9bbd commit 8bf762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/settings.md
Expand Up @@ -71,7 +71,7 @@ by treating the environment variable's value as a JSON-encoded string.

Another way to populate nested complex variables is to configure your model with the `env_nested_delimiter`
config setting, then use an env variable with a name pointing to the nested module fields.
What it does is simply explodes yor variable into nested models or dicts.
What it does is simply explodes your variable into nested models or dicts.
So if you define a variable `FOO__BAR__BAZ=123` it will convert it into `FOO={'BAR': {'BAZ': 123}}`
If you have multiple variables with the same structure they will be merged.

Expand Down

0 comments on commit 8bf762d

Please sign in to comment.