mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed typo in docs/intro/contributing.txt.
This commit is contained in:
parent
104493311e
commit
2c4f603461
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue