diff options
| author | Andy Chosak <andy@chosak.org> | 2020-04-23 14:51:12 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-24 08:18:37 +0200 |
| commit | 2673738aac4a355950d698c58fa0b7e1e37cecb9 (patch) | |
| tree | ce1756b1d4aefa617e47a5f75f4b807a686ac4b7 | |
| parent | fc83e2afe30b92230f8386738da81f868acdca5b (diff) | |
[3.0.x] Fixed typo in docs/intro/contributing.txt.
Backport of 2c4f6034616e695941fe6bdff7c38e1894da286d from master
| -rw-r--r-- | docs/intro/contributing.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index b654d25817..a36f2974d0 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -230,7 +230,8 @@ some other flavor of Unix, run: $ ./runtests.py Now sit back and relax. Django's entire test suite has thousands of tests, and -it takes at least a few minutes run, depending on the speed of your computer. +it takes at least a few minutes to run, depending on the speed of your +computer. 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 |
