Skip to content

Commit 3d2e572

Browse files
kedodcofin
kedod
authored andcommitted
Change lines
1 parent 96f2532 commit 3d2e572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/dto/1-abstract-dto.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,13 @@ Litestar offers paginated response wrapper types, and DTO Factory types can hand
367367

368368
.. literalinclude:: /examples/data_transfer_objects/factory/paginated_return_data.py
369369
:language: python
370-
:lines: 9-11,26-40
370+
:lines: 9-11,22-39
371371

372372
.. dropdown:: Full Code (click to expand)
373373

374374
.. literalinclude:: /examples/data_transfer_objects/factory/paginated_return_data.py
375375
:language: python
376-
:emphasize-lines: 9,26-40
376+
:emphasize-lines: 9,22-39
377377

378378
The DTO is defined and configured, in our example, we're excluding ``password`` and ``created_at`` fields from the final
379379
representation of our users.

0 commit comments

Comments
 (0)