We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbdc23 commit b070d51Copy full SHA for b070d51
pandas/io/excel.py
@@ -571,7 +571,7 @@ def _fill_mi_header(row, control_row):
571
----------
572
row : list
573
List of items in a single row.
574
- constrol_row : list of boolean
+ control_row : list of boolean
575
Helps to determine if particular column is in same parent index as the
576
previous value. Used to stop propagation of empty cells between
577
different indexes.
0 commit comments