Skip to content

Commit c31b217

Browse files
committed
Small change
1 parent a25547d commit c31b217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/serialization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ back using one of the formats provided by pandas_.
133133
# Load multiple documents.
134134
return pd.DataFrame(json.loads(data))
135135
136-
You would then use the custom serializer/deserializer when working with collections:
136+
You would then use the custom serializer/deserializer when working with collections.
137137

138138
**Example:**
139139

0 commit comments

Comments
 (0)