From 8e8c3184496e229e26d4f8316ad8ed79f789c616 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 24 Aug 2023 05:19:52 +0200 Subject: [PATCH] [4.2.x] Avoided counting exceptions in AsyncClient docs. Follow up to ad6bb20557f5c87de26aeb3afb061af942a8cc17. Backport of 9942a3e49b801b59e10329d86cd8bf12f1716529 from main --- docs/topics/testing/tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index c5cec226f8..888d30fd0d 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -2025,7 +2025,7 @@ or as ``self.async_client`` on any test. .. class:: AsyncClient(enforce_csrf_checks=False, raise_request_exception=True, *, headers=None, **defaults) ``AsyncClient`` has the same methods and signatures as the synchronous (normal) -test client, with two exceptions: +test client, with the following exceptions: * In the initialization, arbitrary keyword arguments in ``defaults`` are added directly into the ASGI scope.