Skip to content

Commit d7293fe

Browse files
kedodcofin
kedod
authored andcommitted
Change lines
1 parent d1c9e92 commit d7293fe

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
@@ -353,13 +353,13 @@ Litestar offers paginated response wrapper types, and DTO Factory types can hand
353353

354354
.. literalinclude:: /examples/data_transfer_objects/factory/paginated_return_data.py
355355
:language: python
356-
:lines: 9-11,26-40
356+
:lines: 9-11,22-39
357357

358358
.. dropdown:: Full Code (click to expand)
359359

360360
.. literalinclude:: /examples/data_transfer_objects/factory/paginated_return_data.py
361361
:language: python
362-
:emphasize-lines: 9,26-40
362+
:emphasize-lines: 9,22-39
363363

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

0 commit comments

Comments
 (0)