diff --git a/stdlib/distutils/dist.pyi b/stdlib/distutils/dist.pyi index 4641636fe483..dfffdc5e11bb 100644 --- a/stdlib/distutils/dist.pyi +++ b/stdlib/distutils/dist.pyi @@ -103,7 +103,7 @@ class Distribution: def get_command_packages(self): ... def get_command_class(self, command): ... def reinitialize_command(self, command, reinit_subcommands: int = 0): ... - def announce(self, msg, level=2) -> None: ... + def announce(self, msg, level: int = ...) -> None: ... def run_commands(self) -> None: ... def run_command(self, command) -> None: ... def has_pure_modules(self): ...