File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ print(Settings().model_dump())
72
72
1 . The environment variable name is overridden using ` validation_alias ` . In this case, the environment variable
73
73
` my_auth_key ` will be read instead of ` auth_key ` .
74
74
75
- Check the [ ` Field ` documentation] ( /usage /fields/) for more information.
75
+ Check the [ ` Field ` documentation] ( .. /fields/) for more information.
76
76
77
77
2 . The ` AliasChoices ` class allows to have multiple environment variable names for a single field.
78
78
The first environment variable that is found will be used.
79
79
80
- Check the [ ` AliasChoices ` ] ( /usage /fields/#aliaspath-and-aliaschoices) for more information.
80
+ Check the [ ` AliasChoices ` ] ( .. /fields/#aliaspath-and-aliaschoices) for more information.
81
81
82
82
3 . The ` ImportString ` class allows to import an object from a string.
83
83
In this case, the environment variable ` special_function ` will be read and the function ` math.cos ` will be imported.
@@ -113,7 +113,7 @@ There are two ways to do this:
113
113
* Using ` Field(alias=...) ` (see ` api_key ` above)
114
114
* Using ` Field(validation_alias=...) ` (see ` auth_key ` above)
115
115
116
- Check the [ ` Field ` aliases documentation] ( /usage /fields#field-aliases) for more information about aliases.
116
+ Check the [ ` Field ` aliases documentation] ( .. /fields#field-aliases) for more information about aliases.
117
117
118
118
### Case-sensitivity
119
119
You can’t perform that action at this time.
0 commit comments