Skip to content

Commit 9692e0c

Browse files
Merge pull request #7521 from dsm054/fix-startrow-typo
DOC: fix startrow typo in docstrings
2 parents 71d2463 + 8c0565d commit 9692e0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ def to_excel(self, excel_writer, sheet_name='Sheet1', na_rep='',
11771177
Column label for index column(s) if desired. If None is given, and
11781178
`header` and `index` are True, then the index names are used. A
11791179
sequence should be given if the DataFrame uses MultiIndex.
1180-
startow :
1180+
startrow :
11811181
upper left cell row to dump data frame
11821182
startcol :
11831183
upper left cell column to dump data frame

pandas/core/panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def to_excel(self, path, na_rep='', engine=None, **kwargs):
417417
Column label for index column(s) if desired. If None is given, and
418418
`header` and `index` are True, then the index names are used. A
419419
sequence should be given if the DataFrame uses MultiIndex.
420-
startow : upper left cell row to dump data frame
420+
startrow : upper left cell row to dump data frame
421421
startcol : upper left cell column to dump data frame
422422
423423
Notes

0 commit comments

Comments
 (0)