Skip to content

Commit b070d51

Browse files
crayxtTomAugspurger
authored andcommitted
Fix a docstring typo in _fill_mi_header (#15918)
[ci skip]
1 parent 1fbdc23 commit b070d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def _fill_mi_header(row, control_row):
571571
----------
572572
row : list
573573
List of items in a single row.
574-
constrol_row : list of boolean
574+
control_row : list of boolean
575575
Helps to determine if particular column is in same parent index as the
576576
previous value. Used to stop propagation of empty cells between
577577
different indexes.

0 commit comments

Comments
 (0)