Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@ def __hash__(self):
' hashed'.format(self.__class__.__name__))

def __iter__(self):
"""Iterate over infor axis"""
"""Iterate over info axis"""
return iter(self._info_axis)

# can we get a better explanation of this?
Expand Down