Skip to content

Commit 0a8e585

Browse files
authored
Fix typo
1 parent 1363d39 commit 0a8e585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/intro/async/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ loop.close()
321321
```
322322

323323
Tenhle problém můžeme vyřešit tak, že asynchronní funkci „zabalíme“ do `Future`.
324-
Na to ma dokonce `asyncio` speciální funkci `ensure_future`, která:
324+
Na to dokonce `asyncio` speciální funkci `ensure_future`, která:
325325

326326
* dostane-li asynchronní funkci, „zabalí“ ji do `Future`, a
327327
* výsledek přímo naplánuje na smyčce událostí, takže se asynchronní funkce

0 commit comments

Comments
 (0)