Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jan 24, 2024
1 parent d357faa commit edaa36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic/config.py
Expand Up @@ -923,7 +923,7 @@ def with_config(config: ConfigDict) -> Callable[[_TypeT], _TypeT]:
```py
from typing import TypedDict
from pydantic import ConfigDict, with_config
from pydantic import ConfigDict, TypeAdapter, with_config
@with_config(ConfigDict(str_to_lower=True))
class Model(TypedDict):
Expand Down

0 comments on commit edaa36b

Please sign in to comment.