Skip to content

Commit cbf9ec7

Browse files
committed
Fix typo in django-pydantic.md
1 parent dd41a42 commit cbf9ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guides/response/django-pydantic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ python type. In this case you should use `register_field` method to tell django-
137137
```python hl_lines="4 7 8 9"
138138
# models.py
139139

140-
class MyModel(models.Modle):
140+
class MyModel(models.Model):
141141
embedding = pgvector.VectorField()
142142

143143
# schemas.py

0 commit comments

Comments
 (0)