We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1b4f3 commit de11cd1Copy full SHA for de11cd1
ipykernel/kernelbase.py
@@ -60,7 +60,7 @@
60
_AWAITABLE_MESSAGE: str = (
61
"For consistency across implementations, it is recommended that `{func_name}`"
62
" either be a coroutine function (`async def`) or return an awaitable object"
63
- " (like a Future). It might become a requirement in the future."
+ " (like an `asyncio.Future`). It might become a requirement in the future."
64
" Coroutine functions and awaitables have been supported since"
65
" ipykernel 6.0 (2021)."
66
)
0 commit comments