diff --git a/pep-0677.rst b/pep-0677.rst index b61fe32010a..b03fc20e084 100644 --- a/pep-0677.rst +++ b/pep-0677.rst @@ -468,8 +468,8 @@ evaluate the AST form:: Name("bool") ) -and be treated by type checkers as equivalent to -``Callable[[int, Unpack[Ts]], bool]``. +and be treated by type checkers as equivalent to or ``Callable[[int, +*Ts], bool]`` or ``Callable[[int, Unpack[Ts]], bool]``. Implications of the Grammar