Skip to content

Commit f4520bd

Browse files
committed
changes > kwargs
1 parent 05ad4f5 commit f4520bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/copy.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def deepcopy(x: _T, memo: dict[int, Any] | None = None, _nil: Any = []) -> _T: .
1919
def copy(x: _T) -> _T: ...
2020

2121
if sys.version_info >= (3, 13):
22-
def replace(obj: _SR, /, **kwargs: Any) -> _SR: ...
22+
def replace(obj: _SR, /, **changes: Any) -> _SR: ...
2323

2424
class Error(Exception): ...
2525

0 commit comments

Comments
 (0)