Skip to content

Commit

Permalink
Update field.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Coffee <[email protected]>
  • Loading branch information
2 people authored and provinzkraut committed Dec 3, 2023
1 parent 8c8c9fe commit eeaa92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litestar/dto/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def extract_dto_field(field_definition: FieldDefinition, field_info_mapping: Map
Args:
field_definition: A field definition.
field_info_mapping: A field metadata/info attribute mapping, e.g., SQLAlchemy's "info" attribute,
or dataclasses "metadata" attribute.
field_info_mapping: A field metadata/info attribute mapping, e.g., SQLAlchemy's ``info`` attribute,
or dataclasses ``metadata`` attribute.
Returns:
DTO field info, if any.
Expand Down

0 comments on commit eeaa92e

Please sign in to comment.