summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial05.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/tutorial05.txt')
-rw-r--r--docs/intro/tutorial05.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt
index 599f81f85c..80804ac9b2 100644
--- a/docs/intro/tutorial05.txt
+++ b/docs/intro/tutorial05.txt
@@ -352,7 +352,7 @@ The Django test client
----------------------
Django provides a test :class:`~django.test.Client` to simulate a user
-interacting with the code at the view level. We can use it in ``tests.py``
+interacting with the code at the view level. We can use it in ``tests.py``
or even in the :djadmin:`shell`.
We will start again with the :djadmin:`shell`, where we need to do a couple of