Skip to content

Commit 3cfe03a

Browse files
committed
Fix default
1 parent 5e23409 commit 3cfe03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/functools.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ __all__ = [
2626
_T = TypeVar("_T")
2727
_T_co = TypeVar("_T_co", covariant=True)
2828
_S = TypeVar("_S")
29-
_P = ParamSpec("_P", default=Any)
29+
_P = ParamSpec("_P", default=...)
3030
_R = TypeVar("_R", default=Any)
3131
_PWrapped = ParamSpec("_PWrapped")
3232
_RWrapped = TypeVar("_RWrapped")

0 commit comments

Comments
 (0)