diff --git a/pydantic_settings/sources.py b/pydantic_settings/sources.py index 9e31c65b..959c0837 100644 --- a/pydantic_settings/sources.py +++ b/pydantic_settings/sources.py @@ -298,7 +298,7 @@ def get_field_value(self, field: FieldInfo, field_name: str) -> tuple[Any, str, Returns: A tuple contains the key, value if the file exists otherwise `None`, and - a flag to determine whether value is complex. + a flag to determine whether value is complex. """ for field_key, env_name, value_is_complex in self._extract_field_info(field, field_name):