Skip to content

Commit d2fc7a4

Browse files
authored
🐛 Fix import typo in documentation (#349)
1 parent ce3ebd2 commit d2fc7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_extra_types/script_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ISO_15924(str):
2323
```py
2424
from pydantic import BaseModel
2525
26-
from pydantic_extra_types.language_code import ISO_15924
26+
from pydantic_extra_types.script_code import ISO_15924
2727
2828
2929
class Script(BaseModel):

0 commit comments

Comments
 (0)