Skip to content

Commit eca7f6f

Browse files
committed
Fix minor typo
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent c986386 commit eca7f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ def __hash__(self):
18151815
' hashed'.format(self.__class__.__name__))
18161816

18171817
def __iter__(self):
1818-
"""Iterate over infor axis"""
1818+
"""Iterate over info axis"""
18191819
return iter(self._info_axis)
18201820

18211821
# can we get a better explanation of this?

0 commit comments

Comments
 (0)