diff --git a/docs/usage.rst b/docs/usage.rst index 4eb6b88..75893d8 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -324,7 +324,7 @@ Specified patterns must not have parentheses, and will only match when the patte ``transform-async-generator-decorators`` ---------------------------------------- Comma-separated list of decorators that make async generators safe, disabling -:ref:`ASYNC900`, :ref:`ASYNC101`, and :ref:`ASYNC119` warnings for. +:ref:`ASYNC900 `, :ref:`ASYNC101 `, and :ref:`ASYNC119 ` warnings for. ``[pytest.]fixture`` and ``[contextlib.]asynccontextmanager`` are always considered safe. Decorators can be dotted or not, as well as support * as a wildcard.