Browse Source

Fixed typo in docs/ref/django-admin.txt.

Mariusz Felisiak 4 years ago
parent
commit
d534b5734f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/django-admin.txt

+ 1 - 1
docs/ref/django-admin.txt

@@ -1527,7 +1527,7 @@ tests, which allows it to print a traceback if the interpreter crashes. Pass
 
 .. versionadded:: 3.2
 
-Outputs timings, including including database setup and total run time.
+Outputs timings, including database setup and total run time.
 
 ``testserver``
 --------------