Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Feb 28, 2019
1 parent c986386 commit eca7f6f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit eca7f6f

Please sign in to comment.