Skip to content

Commit a3d78c2

Browse files
authored
Typo fixup
1 parent 317e1e7 commit a3d78c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/timedeltas/test_construction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pandas as pd
77
import pandas.util.testing as tm
88
from pandas import TimedeltaIndex, timedelta_range, to_timedelta, Timedelta
9-
from pandas.core.arrays import TimedeltaArrayMixin as TimdeltaArray
9+
from pandas.core.arrays import TimedeltaArrayMixin as TimedeltaArray
1010

1111

1212
class TestTimedeltaIndex(object):

0 commit comments

Comments
 (0)