Skip to content

Commit b74d643

Browse files
ShaneHarveyblink1073
authored andcommitted
PYTHON-4801 Add beta warning to async tutorial (#1884)
(cherry picked from commit 15b2265)
1 parent 6a7fae1 commit b74d643

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)