Skip to content

Commit 43b73eb

Browse files
authored
Merge pull request #4 from maximyurevich/patch-1
fix typo in README.md
2 parents c61cf93 + c2b6d71 commit 43b73eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ However, it does not limit the mapped Python type to be `dict` or `list`.
2121
to help track mutations on nested `dict` or `list` data structures.
2222
However, the db type is limited to `JSON(B)`.
2323

24-
* Also, I would like the mapped Python types can be subclasses of the Pydantic BaseModelModel,
24+
* Also, I would like the mapped Python types can be subclasses of the Pydantic BaseModel,
2525
which have strong schemas, with the db type be schema-less JSON.
2626

2727

0 commit comments

Comments
 (0)