Skip to content

Commit b798a2c

Browse files
authored
DOC: fix grammar error in basics.rst
1 parent 9c636b0 commit b798a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ For instance:
16061606
This method does not convert the row to a Series object; it merely
16071607
returns the values inside a namedtuple. Therefore,
16081608
:meth:`~DataFrame.itertuples` preserves the data type of the values
1609-
and is generally faster as :meth:`~DataFrame.iterrows`.
1609+
and is generally faster than :meth:`~DataFrame.iterrows`.
16101610

16111611
.. note::
16121612

0 commit comments

Comments
 (0)