Skip to content

Commit cd96abf

Browse files
committed
Reduced docstring length to comply with formatting
1 parent df7a868 commit cd96abf

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 that slicing a Series does not retain references to all original Dummy instances."""
17+
"""Ensure slicing a Series does not retain references to original Dummy instances."""
1818
NDATA = 100_000
1919
baseline = count_dummy_instances()
2020
a = Series([Dummy(i) for i in range(NDATA)])

0 commit comments

Comments
 (0)