Skip to content

Commit

Permalink
docs: fix invalid doc in abstract.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Sep 18, 2022
1 parent dcc7221 commit 32d0d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pydantic_aioredis/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def serialize_partially(cls, data: Dict[str, Any]):
None - will be converted to the string "None"
More complex data types will be json dumped.
The json dumper uses class.json_serial as its default serializer.
Users can override json_serial with a custom json serializer if they chose to.
The json dumper uses class.json_default as its default serializer.
Users can override json_default with a custom json serializer if they chose to.
Users can override serialze paritally and deserialze partially
"""
columns = data.keys()
Expand Down

0 comments on commit 32d0d13

Please sign in to comment.