Skip to content

Commit

Permalink
truly fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ornariece committed Mar 13, 2024
1 parent f7d8f08 commit 707fd47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/serialization.md
Expand Up @@ -224,8 +224,8 @@ print(Model(x='test value').model_dump_json())
#> {"x":"serialized test value"}
```

!!! note A single serializer can also be called on all fields by passing the special value '*' to the [`@field_serializer`][pydantic.functional_serializers.field_serializer] decorator.

!!! note
A single serializer can also be called on all fields by passing the special value '*' to the [`@field_serializer`][pydantic.functional_serializers.field_serializer] decorator.

In addition, [`PlainSerializer`][pydantic.functional_serializers.PlainSerializer] and
[`WrapSerializer`][pydantic.functional_serializers.WrapSerializer] enable you to use a function to modify the output of serialization.
Expand Down

0 comments on commit 707fd47

Please sign in to comment.