Skip to content

Commit 2537d18

Browse files
Update docs/index.md
Per hyperlint-ai suggestion Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 3d18fb9 commit 2537d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ Once you have your `.env` file filled with variables, _pydantic_ supports loadin
617617
If a filename is specified for `env_file`, Pydantic will only check the current working directory and
618618
won't check any parent directories for the `.env` file.
619619

620-
Even when using a dotenv file, _pydantic_ will still read environment variables as well as the dotenv file,
620+
Even when using a dotenv file, _pydantic_ will still read environment variables and the dotenv file,
621621
**environment variables will always take priority over values loaded from a dotenv file**.
622622

623623
Passing a file path via the `_env_file` keyword argument on instantiation (method 2) will override

0 commit comments

Comments
 (0)