summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-future.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/asyncio-future.rst')
-rw-r--r--Doc/library/asyncio-future.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-future.rst b/Doc/library/asyncio-future.rst
index d6c5335..6e6e013 100644
--- a/Doc/library/asyncio-future.rst
+++ b/Doc/library/asyncio-future.rst
@@ -7,7 +7,7 @@
Futures
=======
-*Future* objects are used to bridge low-level callback-based code
+*Future* objects are used to bridge **low-level callback-based code**
with high-level async/await code.