Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095ee41 commit b21505eCopy full SHA for b21505e
1 file changed
Doc/library/asyncio-task.rst
@@ -535,7 +535,7 @@ Task functions
535
not provided, the default event loop is used.
536
537
538
-.. function:: current_task(loop=None):
+.. function:: current_task(loop=None)
539
540
Return the current running :class:`Task` instance or ``None``, if
541
no task is running.
@@ -546,7 +546,7 @@ Task functions
546
.. versionadded:: 3.7
547
548
549
-.. function:: all_tasks(loop=None):
+.. function:: all_tasks(loop=None)
550
551
Return a set of :class:`Task` objects created for the loop.
552
0 commit comments