Skip to content

Commit b760466

Browse files
simonjayhawkinsTomAugspurger
authored andcommitted
fix typo
1 parent b805290 commit b760466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from pandas.core.generic import NDFrame # noqa: F401
2626
from pandas import Interval # noqa: F401
2727

28-
# arrary-like
28+
# array-like
2929

3030
AnyArrayLike = TypeVar("AnyArrayLike", "ExtensionArray", "Index", "Series", np.ndarray)
3131
ArrayLike = TypeVar("ArrayLike", "ExtensionArray", np.ndarray)

0 commit comments

Comments
 (0)