Refs #34043 -- Tweaked wording in release note.

This commit is contained in:
Carlton Gibson 2023-10-18 21:40:50 +02:00 committed by GitHub
parent 97b7970c64
commit 3b255d72cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
~~~~