Skip to content

Commit de11cd1

Browse files
Update ipykernel/kernelbase.py
Co-authored-by: David Brochart <[email protected]>
1 parent 4e1b4f3 commit de11cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
_AWAITABLE_MESSAGE: str = (
6161
"For consistency across implementations, it is recommended that `{func_name}`"
6262
" either be a coroutine function (`async def`) or return an awaitable object"
63-
" (like a Future). It might become a requirement in the future."
63+
" (like an `asyncio.Future`). It might become a requirement in the future."
6464
" Coroutine functions and awaitables have been supported since"
6565
" ipykernel 6.0 (2021)."
6666
)

0 commit comments

Comments
 (0)