From f1d436c7713149787f1bf656f78dc1bc91be3854 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Thu, 8 Jun 2023 18:16:49 +0330 Subject: [PATCH] Update pydantic_settings/sources.py Co-authored-by: Marcelo Trylesinski --- pydantic_settings/sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydantic_settings/sources.py b/pydantic_settings/sources.py index 3ab87926..9e31c65b 100644 --- a/pydantic_settings/sources.py +++ b/pydantic_settings/sources.py @@ -445,7 +445,7 @@ class Cfg(BaseSettings): Args: field: The field. - key: The key(env name). + key: The key (env name). Returns: Field if it finds the next field otherwise `None`.