Fix code typo in docs (#4776)

This commit is contained in:
kgolawski
2022-11-22 13:33:48 +01:00
committed by GitHub
parent 21b8e22214
commit f9e8c64f12
@@ -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