We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fd92f commit c5c52e9Copy full SHA for c5c52e9
docs/index.md
@@ -95,7 +95,7 @@ print(Settings().model_dump())
95
3. The `AliasChoices` class allows to have multiple environment variable names for a single field.
96
The first environment variable that is found will be used.
97
98
- Check the [`AliasChoices`](fields.md#aliaspath-and-aliaschoices) for more information.
+ Check the [`AliasChoices`](alias.md#aliaspath-and-aliaschoices) for more information.
99
100
4. The `ImportString` class allows to import an object from a string.
101
In this case, the environment variable `special_function` will be read and the function `math.cos` will be imported.
0 commit comments