Skip to content

Commit 337ecd7

Browse files
donbarbossrittau
andauthored
Apply suggestion from @srittau
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
1 parent 4ca82a0 commit 337ecd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/_thread.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def exit() -> NoReturn: ...
8888
@deprecated("Obsolete synonym. Use `exit()` instead.")
8989
def exit_thread() -> NoReturn: ... # undocumented
9090
def allocate_lock() -> LockType: ...
91-
@deprecated("Obsolete synonym. Use `allocate()` instead.")
91+
@deprecated("Obsolete synonym. Use `allocate_lock()` instead.")
9292
def allocate() -> LockType: ... # undocumented
9393
def get_ident() -> int: ...
9494
def stack_size(size: int = 0, /) -> int: ...

0 commit comments

Comments
 (0)