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 d847e01 commit c6efb06Copy full SHA for c6efb06
doc/examples/gevent.rst
@@ -8,7 +8,7 @@ PyMongo supports `Gevent <http://www.gevent.org/>`_. Simply call Gevent's
8
9
>>> # You must call patch_all() *before* importing any other modules
10
>>> from gevent import monkey
11
- >>> monkey.patch_all()
+ >>> _ = monkey.patch_all()
12
>>> from pymongo import MongoClient
13
>>> client = MongoClient()
14
0 commit comments