Skip to content

Commit 5a4ac37

Browse files
max-muotodonbarbos
andauthored
Update stdlib/asyncio/coroutines.pyi
Co-authored-by: Semyon Moroz <donbarbos@proton.me>
1 parent 134609c commit 5a4ac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/asyncio/coroutines.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def iscoroutine(obj: object) -> TypeIs[Coroutine[Any, Any, Any]]: ...
2121

2222
if sys.version_info >= (3, 11):
2323
@overload
24-
@deprecated("Deprecated in Python 3.14; use inspect.iscoroutinefunction() instead")
24+
@deprecated("Deprecated since Python 3.14. Use `inspect.iscoroutinefunction()` instead.")
2525
def iscoroutinefunction(func: Callable[..., Coroutine[Any, Any, Any]]) -> bool: ...
2626
@overload
2727
@deprecated("Deprecated in Python 3.14; use inspect.iscoroutinefunction() instead")

0 commit comments

Comments
 (0)