We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25547d commit c31b217Copy full SHA for c31b217
docs/serialization.rst
@@ -133,7 +133,7 @@ back using one of the formats provided by pandas_.
133
# Load multiple documents.
134
return pd.DataFrame(json.loads(data))
135
136
-You would then use the custom serializer/deserializer when working with collections:
+You would then use the custom serializer/deserializer when working with collections.
137
138
**Example:**
139
0 commit comments