Skip to content

Commit

Permalink
docs: fix highlighted lines in DTO usage (#3808)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Oct 15, 2024
1 parent cf3217f commit 45df0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/dto/1-abstract-dto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ handler.

.. literalinclude:: /examples/data_transfer_objects/factory/dto_data_problem_statement.py
:language: python
:emphasize-lines: 19,20,21,22,28
:emphasize-lines: 18-21,27
:linenos:

Notice that we get a ``500`` response from the handler - this is because the DTO has attempted to convert the request
Expand Down

0 comments on commit 45df0bf

Please sign in to comment.