diff --git a/stubs/tabulate/tabulate.pyi b/stubs/tabulate/tabulate.pyi index 30c8329bf..bba1e8d2f 100644 --- a/stubs/tabulate/tabulate.pyi +++ b/stubs/tabulate/tabulate.pyi @@ -45,4 +45,5 @@ def tabulate( showindex: str | bool | Iterable[Any] = ..., disable_numparse: bool | Iterable[int] = ..., colalign: Iterable[str | None] | None = ..., + maxcolwidths: int | Iterable[int | None] | None = ..., ) -> str: ...