diff --git a/stdlib/builtins.pyi b/stdlib/builtins.pyi index e0a3edf60..108dbe065 100644 --- a/stdlib/builtins.pyi +++ b/stdlib/builtins.pyi @@ -1070,7 +1070,7 @@ def getattr(__o: object, __name: str, __default: _T) -> Any | _T: ... def globals() -> dict[str, Any]: ... def hasattr(__obj: object, __name: str) -> bool: ... def hash(__obj: object) -> int: ... -def help(*args: Any, **kwds: Any) -> None: ... +def help(request: object = ...) -> None: ... def hex(__number: int | SupportsIndex) -> str: ... def id(__obj: object) -> int: ... def input(__prompt: object = ...) -> str: ...