We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7fae1 commit b74d643Copy full SHA for b74d643
doc/async-tutorial.rst
@@ -1,6 +1,11 @@
1
Async Tutorial
2
==============
3
4
+.. warning:: This API is currently in beta, meaning the classes, methods,
5
+ and behaviors described within may change before the full release.
6
+ If you come across any bugs during your use of this API,
7
+ please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.
8
+
9
.. code-block:: pycon
10
11
from pymongo import AsyncMongoClient
0 commit comments