Skip to content

Commit

Permalink
update highlighted lines
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed May 27, 2022
1 parent 97e15ac commit 5df5250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/advanced/additional-responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Each of those response `dict`s can have a key `model`, containing a Pydantic mod

For example, to declare another response with a status code `404` and a Pydantic model `Message`, you can write:

```Python hl_lines="18 23"
```Python hl_lines="18 22"
{!../../../docs_src/additional_responses/tutorial001.py!}
```

Expand Down

0 comments on commit 5df5250

Please sign in to comment.