Skip to content

Commit

Permalink
Adjust highlighted indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Oct 16, 2024
1 parent 2833568 commit dd1d6a5
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 @@ -251,7 +251,7 @@ attributes in the client payload, which requires some special handling internall

.. literalinclude:: /examples/data_transfer_objects/factory/patch_requests.py
:language: python
:emphasize-lines: 7,20,29,30,32
:emphasize-lines: 7,20,27,28,30
:linenos:

The ``PatchDTO`` class is defined for the ``Person`` class. The ``config`` attribute of ``PatchDTO`` is set to exclude the
Expand Down

0 comments on commit dd1d6a5

Please sign in to comment.