Skip to content

Commit 139cc56

Browse files
dougbrnhombit
andauthored
Update src/nested_pandas/series/nestedseries.py
Co-authored-by: Konstantin Malanchev <[email protected]>
1 parent d684953 commit 139cc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nested_pandas/series/nestedseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def wrapper(*args, **kwargs):
1818

1919
class NestedSeries(pd.Series):
2020
"""
21-
A Series that can contain nested data structures, such as lists or dictionaries.
21+
A Series that can contain nested data structures, such as lists or data-frames.
2222
This class extends the functionality of a standard pandas Series to handle nested data.
2323
"""
2424

0 commit comments

Comments
 (0)