Skip to content

Commit 6572497

Browse files
sameshlTomAugspurger
authored andcommitted
DOC: Standardize use of "Iterate" and "Iterator" (#27871)
changed `Iterator over` --> `Iterate over` closes #27861
1 parent f872bcd commit 6572497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ def style(self):
770770
_shared_docs[
771771
"items"
772772
] = r"""
773-
Iterator over (column name, Series) pairs.
773+
Iterate over (column name, Series) pairs.
774774
775775
Iterates over the DataFrame columns, returning a tuple with
776776
the column name and the content as a Series.

0 commit comments

Comments
 (0)