Skip to content

Commit 15b2265

Browse files
authored
PYTHON-4801 Add beta warning to async tutorial (#1884)
1 parent e76d411 commit 15b2265

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/async-tutorial.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Async Tutorial
22
==============
33

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+
49
.. code-block:: pycon
510
611
from pymongo import AsyncMongoClient

0 commit comments

Comments
 (0)