Browse Source

📝 Tweak phrasing in docs

pull/13642/head
Sebastián Ramírez 2 months ago
parent
commit
18d8e728ea
  1. 2
      docs/en/docs/async.md

2
docs/en/docs/async.md

@ -40,7 +40,7 @@ def results():
---
If your application doesn't need to communicate with anything else or await a response, it's still safe to use `async def` -- even if there's nothing to `await`.
If your application (somehow) doesn't have to communicate with anything else and wait for it to respond, use `async def`, even if you don't need to use `await` inside.
---

Loading…
Cancel
Save