diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 3d09b0ae3..a9729f91c 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -178,8 +178,7 @@ def read_item(item_id: int, q: Union[str, None] = None): Or use async def... !!! tip - Use `async def` only when your code performs non-blocking I/O, - such as database queries or external API calls. + To learn more about when to use `async def`, check the Async and await documentation.