Skip to content

Commit 692bd0b

Browse files
authored
Fix typo.
1 parent 6214e83 commit 692bd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch03/todos/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Config:
1111
schema_extra = {
1212
"example": {
1313
"id": 1,
14-
"item": "Example schmea!"
14+
"item": "Example schema!"
1515
}
1616
}
1717

0 commit comments

Comments
 (0)