Skip to content

Commit ad5386f

Browse files
committed
Fix parameter name.
1 parent 0b1dab2 commit ad5386f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/sys/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,4 +501,4 @@ if sys.version_info >= (3, 12):
501501
if sys.version_info >= (3, 14):
502502
def is_remote_debug_enabled() -> bool: ...
503503
def remote_exec(pid: int, script: StrOrBytesPath) -> None: ...
504-
def _is_immortal(obj: Any, /) -> bool: ...
504+
def _is_immortal(op: Any, /) -> bool: ...

0 commit comments

Comments
 (0)