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 7bdf9c6 commit 0de0efeCopy full SHA for 0de0efe
Doc/library/stackless/tasklets.rst
@@ -63,7 +63,7 @@ Example - how many tasklets are scheduled::
63
The ``tasklet`` class
64
---------------------
65
66
-.. class:: tasklet(callable=None, args=None, kwargs=None)
+.. class:: tasklet(func=None, args=None, kwargs=None)
67
68
This class exposes the form of lightweight thread (the tasklet) provided by
69
|SLP|. Wrapping a callable object and arguments to pass into
0 commit comments