Skip to content

Commit ea9f191

Browse files
Fixed
1 parent 2379d11 commit ea9f191

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/tutorial/fastapi/multiple-models.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ On top of that, we could easily decide in the future that we want to receive **m
319319
Now let's check the `HeroPublic` model.
320320

321321
This one just declares that the `id` field is required when reading a hero from the API, because a hero read from the API will come from the database, and in the database it will always have an ID.
322-
///
323322

324323
{* ./docs_src/tutorial/fastapi/multiple_models/tutorial002_py310.py ln[5:20] hl[17:18] *}
325324

0 commit comments

Comments
 (0)