Skip to content

Commit 32d0d13

Browse files
docs: fix invalid doc in abstract.py
1 parent dcc7221 commit 32d0d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydantic_aioredis/abstract.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ def serialize_partially(cls, data: Dict[str, Any]):
9797
None - will be converted to the string "None"
9898
More complex data types will be json dumped.
9999
100-
The json dumper uses class.json_serial as its default serializer.
101-
Users can override json_serial with a custom json serializer if they chose to.
100+
The json dumper uses class.json_default as its default serializer.
101+
Users can override json_default with a custom json serializer if they chose to.
102102
Users can override serialze paritally and deserialze partially
103103
"""
104104
columns = data.keys()

0 commit comments

Comments
 (0)