Skip to content

Commit 2929a5c

Browse files
sameshlquintusdias
authored andcommitted
DOC: Standardize use of "Iterate" and "Iterator" (pandas-dev#27871)
changed `Iterator over` --> `Iterate over` closes pandas-dev#27861
1 parent e64a6c7 commit 2929a5c

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)