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(
471471 self ,
472472 rows ,
473473 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 ,
475475 overflow : bool = True ,
476476 ) -> list [list ]:
477477 """
@@ -482,7 +482,7 @@ def _expand_colspan_rowspan(
482482 rows : list of node-like
483483 List of <tr>s
484484 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
486486 Any remainder from the expansion of previous section
487487 overflow: bool
488488 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