File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ def _expand_colspan_rowspan(
471
471
self ,
472
472
rows ,
473
473
section : Literal ["header" , "footer" , "body" ],
474
- remainder : list [int , tuple [ str | tuple , int ]] | None = None ,
474
+ remainder : list [tuple [ int , str | tuple , int ]] | None = None ,
475
475
overflow : bool = True ,
476
476
) -> list [list ]:
477
477
"""
@@ -482,7 +482,7 @@ def _expand_colspan_rowspan(
482
482
rows : list of node-like
483
483
List of <tr>s
484
484
section : the section that the rows belong to (header, body or footer).
485
- remainder: list[int, tuple[ str | tuple, int]] | None
485
+ remainder: list[tuple[ int, str | tuple, int]] | None
486
486
Any remainder from the expansion of previous section
487
487
overflow: bool
488
488
If true, return any partial rows as 'remainder'. If not, use up any
You can’t perform that action at this time.
0 commit comments