Skip to content

Commit 876719e

Browse files
committed
Modified docstring to comply with formatting
1 parent cd96abf commit 876719e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/methods/test_slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def count_dummy_instances():
1414

1515

1616
def test_slicing_releases_dummy_instances():
17-
"""Ensure slicing a Series does not retain references to original Dummy instances."""
17+
"""Ensure Series slicing does not retain references to original Dummy data."""
1818
NDATA = 100_000
1919
baseline = count_dummy_instances()
2020
a = Series([Dummy(i) for i in range(NDATA)])

0 commit comments

Comments
 (0)