Skip to content

Commit 8bd18b3

Browse files
author
A. Jesse Jiryu Davis
committed
Clarify gevent documentation
1 parent 8521083 commit 8bd18b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/examples/gevent.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ socket exclusively by default.
2828
>>> connection = Connection()
2929

3030
Make sure you're using the latest version of Gevent to ensure that
31-
thread-locals are patched to act like greenlet-locals.
31+
thread-locals are patched to act like greenlet-locals, and be careful to call
32+
patch_all() before loading any other modules.
3233

3334
Using Gevent With Threads
3435
-------------------------

0 commit comments

Comments
 (0)