summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2023-10-18 21:40:50 +0200
committerGitHub <noreply@github.com>2023-10-18 21:40:50 +0200
commit3b255d72cf73e89ac1dc94d74467e5e4c487f5f2 (patch)
treeb16558ac243cde0918d62480a2871e5940f3ff39 /docs
parent97b7970c6479ef414175f22a009240ed0df8ce46 (diff)
Refs #34043 -- Tweaked wording in release note.
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
~~~~