Skip to content

Commit

Permalink
STYLE: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Sep 27, 2018
1 parent a851401 commit d115900
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,8 @@ def iteritems(self):
r"""
Iterator over (column name, Series) pairs.
Iterates over the DataFrame columns, returning a tuple with the column name
and the content as a Series.
Iterates over the DataFrame columns, returning a tuple with
the column name and the content as a Series.
Yields
------
Expand All @@ -794,8 +794,10 @@ def iteritems(self):
See Also
--------
DataFrame.iterrows : Iterate over DataFrame rows as (index, Series) pairs.
DataFrame.itertuples : Iterate over DataFrame rows as namedtuples of the values.
DataFrame.iterrows : Iterate over DataFrame rows as
(index, Series) pairs.
DataFrame.itertuples : Iterate over DataFrame rows as namedtuples
of the values.
Examples
--------
Expand Down

1 comment on commit d115900

@jorisvandenbossche
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jreback Whoops, sorry. I don't know how I missed the CI was failing on that PR .. :-)

Please sign in to comment.