1
0
mirror of https://github.com/django/django.git synced 2025-07-05 18:29:11 +00:00

[5.2.x] Fixed #36463 -- Fixed grammar in docs/intro/contributing.txt.

Backport of e80b33ae4d6f93375b10b2fe50bd6f588f1246ad from main.
This commit is contained in:
Sulove Bista 2025-06-12 23:59:15 +05:45 committed by Natalia
parent e3b2370795
commit 538616136b

View File

@ -231,7 +231,7 @@ While Django's test suite is running, you'll see a stream of characters
representing the status of each test as it completes. ``E`` indicates that an representing the status of each test as it completes. ``E`` indicates that an
error was raised during a test, and ``F`` indicates that a test's assertions error was raised during a test, and ``F`` indicates that a test's assertions
failed. Both of these are considered to be test failures. Meanwhile, ``x`` and failed. Both of these are considered to be test failures. Meanwhile, ``x`` and
``s`` indicated expected failures and skipped tests, respectively. Dots indicate ``s`` indicate expected failures and skipped tests, respectively. Dots indicate
passing tests. passing tests.
Skipped tests are typically due to missing external libraries required to run Skipped tests are typically due to missing external libraries required to run