فهرست منبع

Avoided counting exceptions in AsyncClient docs.

Follow up to ad6bb20557f5c87de26aeb3afb061af942a8cc17.
Mariusz Felisiak 1 سال پیش
والد
کامیت
9942a3e49b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/topics/testing/tools.txt

+ 1 - 1
docs/topics/testing/tools.txt

@@ -2028,7 +2028,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.