Skip to content

Commit

Permalink
Fix typo in explode_env_vars() docstring (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
paytonward6 authored Jan 5, 2024
1 parent 2784a70 commit 9c26c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_settings/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def explode_env_vars(self, field_name: str, field: FieldInfo, env_vars: Mapping[
env_vars: Environment variables.
Returns:
A dictionaty contains extracted values from nested env values.
A dictionary contains extracted values from nested env values.
"""
prefixes = [
f'{env_name}{self.env_nested_delimiter}' for _, env_name, _ in self._extract_field_info(field, field_name)
Expand Down

0 comments on commit 9c26c1e

Please sign in to comment.