Skip to content

Commit

Permalink
PYTHON-4801 Add beta warning to async tutorial (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey authored Oct 1, 2024
1 parent e76d411 commit 15b2265
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/async-tutorial.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Async Tutorial
==============

.. warning:: This API is currently in beta, meaning the classes, methods,
and behaviors described within may change before the full release.
If you come across any bugs during your use of this API,
please file a Jira ticket in the "Python Driver" project at https://jira.mongodb.org/browse/PYTHON.

.. code-block:: pycon
from pymongo import AsyncMongoClient
Expand Down

0 comments on commit 15b2265

Please sign in to comment.