Skip to content

Commit 7aa762c

Browse files
Update model.py
1 parent bbac597 commit 7aa762c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch02/todos/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Config:
99
schema_extra = {
1010
"example": {
1111
"id": 1,
12-
"item": "Example schmea!"
12+
"item": "Example Schema!"
1313
}
1414
}
1515

0 commit comments

Comments
 (0)