mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[3.0.x] Corrected some typos in documentation.
Backport of 70d95682b1
from master
This commit is contained in:
parent
efd9302b14
commit
fb260ad777
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ inspect your application's output and generally verify your code is doing what
|
|||
it should be doing.
|
||||
|
||||
The preferred way to write tests in Django is using the :mod:`unittest` module
|
||||
built in to the Python standard library. This is covered in detail in the
|
||||
built-in to the Python standard library. This is covered in detail in the
|
||||
:doc:`overview` document.
|
||||
|
||||
You can also use any *other* Python test framework; Django provides an API and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue