diff --git a/doc/examples/gevent.rst b/doc/examples/gevent.rst index cb7e738fb..2ede458d2 100644 --- a/doc/examples/gevent.rst +++ b/doc/examples/gevent.rst @@ -28,7 +28,8 @@ socket exclusively by default. >>> connection = Connection() Make sure you're using the latest version of Gevent to ensure that -thread-locals are patched to act like greenlet-locals. +thread-locals are patched to act like greenlet-locals, and be careful to call +patch_all() before loading any other modules. Using Gevent With Threads -------------------------