diff --git a/docs/examples/postponed_annotations_broken.py b/docs/examples/postponed_annotations_broken.py index cdd7db8..b24873f 100644 --- a/docs/examples/postponed_annotations_broken.py +++ b/docs/examples/postponed_annotations_broken.py @@ -4,7 +4,7 @@ from pydantic.errors import PydanticUserError def this_is_broken(): - from pydantic import HttpUrl # HttpUrl is defined in functuon local scope + from pydantic import HttpUrl # HttpUrl is defined in function local scope class Model(BaseModel): a: HttpUrl