Skip to content

Commit ece6074

Browse files
pombredannejreback
authored andcommitted
Fix minor typo (#25458)
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 84875c1 commit ece6074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
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)