Skip to content

Commit 3070fa3

Browse files
committed
ENH: Provide dict object for to_dict() #16122
2 parents 38fa22b + a31c96d commit 3070fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/series/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_to_dict(self, mapping):
179179
from_constructor = Series(collections.Counter(ts.iteritems()))
180180
tm.assert_series_equal(from_method, from_constructor)
181181

182-
182+
183183
class TestSeriesToList(TestData):
184184

185185
def test_tolist(self):

0 commit comments

Comments
 (0)