summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-28 12:36:57 +0100
committerGitHub <noreply@github.com>2021-12-28 12:36:57 +0100
commitad6bb20557f5c87de26aeb3afb061af942a8cc17 (patch)
tree2d3e4f7e5a620c7f1daaec3607131ae52bacbb22 /docs/topics/testing
parentb13d920b7b56d3e088e35311f5ee54f25d2779af (diff)
downloaddjango-ad6bb20557f5c87de26aeb3afb061af942a8cc17.tar.gz
Avoided counting attributes and methods in docs.
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/tools.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 6f4d769879..92dcd92bf4 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -586,8 +586,8 @@ Expiration policies for these cookies are not followed. If you want a cookie
to expire, either delete it manually or create a new ``Client`` instance (which
will effectively delete all cookies).
-A test client has two attributes that store persistent state information. You
-can access these properties as part of a test condition.
+A test client has attributes that store persistent state information. You can
+access these properties as part of a test condition.
.. attribute:: Client.cookies