1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

[3.0.x] Fixed typo in docs/intro/contributing.txt.

Backport of 2c4f6034616e695941fe6bdff7c38e1894da286d from master
This commit is contained in:
Andy Chosak 2020-04-23 14:51:12 -04:00 committed by Mariusz Felisiak
parent fc83e2afe3
commit 2673738aac

View File

@ -230,7 +230,8 @@ some other flavor of Unix, run:
$ ./runtests.py $ ./runtests.py
Now sit back and relax. Django's entire test suite has thousands of tests, and 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 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