There was an error while loading. Please reload this page.
1 parent b805290 commit b760466Copy full SHA for b760466
pandas/_typing.py
@@ -25,7 +25,7 @@
25
from pandas.core.generic import NDFrame # noqa: F401
26
from pandas import Interval # noqa: F401
27
28
-# arrary-like
+# array-like
29
30
AnyArrayLike = TypeVar("AnyArrayLike", "ExtensionArray", "Index", "Series", np.ndarray)
31
ArrayLike = TypeVar("ArrayLike", "ExtensionArray", np.ndarray)
0 commit comments