diff --git a/doc/async-tutorial.rst b/doc/async-tutorial.rst index caa277f9d8..2ccf011d8e 100644 --- a/doc/async-tutorial.rst +++ b/doc/async-tutorial.rst @@ -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