summaryrefslogtreecommitdiff
path: root/doc/using.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/using.rst')
-rw-r--r--doc/using.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/using.rst b/doc/using.rst
index d36a34a..810af1b 100644
--- a/doc/using.rst
+++ b/doc/using.rst
@@ -197,6 +197,8 @@ wrap_greenthread
The greenthread must be wrapped before its execution starts. If the
greenthread is running or already finished, an exception is raised.
+ For greenlets, the ``run`` attribute must be set.
+
.. versionchanged:: 0.3
An exception is now raised if the greenthread is running or already