summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorSulove Bista <bistasulove@gmail.com>2025-06-12 23:59:15 +0545
committerNatalia <124304+nessita@users.noreply.github.com>2025-06-12 15:14:52 -0300
commit538616136be0f9c29f9122984a29e2c0a316958d (patch)
tree4125caeb52ab5885550e7370bbbe62b55478ee8b /docs/intro
parente3b2370795d8373c62b799b7c9fa3fef1c0a2bb1 (diff)
[5.2.x] Fixed #36463 -- Fixed grammar in docs/intro/contributing.txt.
Backport of e80b33ae4d6f93375b10b2fe50bd6f588f1246ad from main.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/contributing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index 65789bdc78..ad1b8a8413 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -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
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
-``s`` indicated expected failures and skipped tests, respectively. Dots indicate
+``s`` indicate expected failures and skipped tests, respectively. Dots indicate
passing tests.
Skipped tests are typically due to missing external libraries required to run