summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/test/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/client.py b/django/test/client.py
index 0964f87866..aa42c1f60a 100644
--- a/django/test/client.py
+++ b/django/test/client.py
@@ -688,7 +688,7 @@ class AsyncRequestFactory(RequestFactory):
Once you have a request object you can pass it to any view function,
including synchronous ones. The reason we have a separate class here is:
a) this makes ASGIRequest subclasses, and
- b) AsyncTestClient can subclass it.
+ b) AsyncClient can subclass it.
"""
def _base_scope(self, **request):