diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2023-10-18 21:40:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-18 21:40:50 +0200 |
| commit | 3b255d72cf73e89ac1dc94d74467e5e4c487f5f2 (patch) | |
| tree | b16558ac243cde0918d62480a2871e5940f3ff39 | |
| parent | 97b7970c6479ef414175f22a009240ed0df8ce46 (diff) | |
Refs #34043 -- Tweaked wording in release note.
| -rw-r--r-- | docs/releases/5.1.txt | 4 |
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 ~~~~ |
