We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7a868 commit cd96abfCopy full SHA for cd96abf
pandas/tests/series/methods/test_slice.py
@@ -14,7 +14,7 @@ def count_dummy_instances():
14
15
16
def test_slicing_releases_dummy_instances():
17
- """Ensure that slicing a Series does not retain references to all original Dummy instances."""
+ """Ensure slicing a Series does not retain references to original Dummy instances."""
18
NDATA = 100_000
19
baseline = count_dummy_instances()
20
a = Series([Dummy(i) for i in range(NDATA)])
0 commit comments