Skip to content

Commit 9c6b787

Browse files
authored
Merge pull request #1531 from Komorebi4829/fix-typo
Fix typo in django-pydantic.md
2 parents dd41a42 + cbf9ec7 commit 9c6b787

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)