summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt
index bdaeda1b8d..799a30811f 100644
--- a/docs/releases/5.1.txt
+++ b/docs/releases/5.1.txt
@@ -206,8 +206,8 @@ Tests
:meth:`~django.test.SimpleTestCase.assertInHTML` assertions now add haystacks
to assertion error messages.
-* Django test runner now supports ``--screenshots`` option to save screenshots
- for Selenium tests.
+* The Django test runner now supports a ``--screenshots`` option to save
+ screenshots for Selenium tests.
URLs
~~~~