summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/uasyncio.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/uasyncio.rst')
-rw-r--r--docs/library/uasyncio.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/uasyncio.rst b/docs/library/uasyncio.rst
index 31b38a4e05..a81e532d7f 100644
--- a/docs/library/uasyncio.rst
+++ b/docs/library/uasyncio.rst
@@ -80,7 +80,7 @@ Additional functions
This is a coroutine, and a MicroPython extension.
-.. function:: gather(\*awaitables, return_exceptions=False)
+.. function:: gather(*awaitables, return_exceptions=False)
Run all *awaitables* concurrently. Any *awaitables* that are not tasks are
promoted to tasks.