From 9f3d76a921d149f0edf09abf9b3373c0232158f6 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 12 Jun 2011 13:05:02 +0000 Subject: [PATCH] Fixed docs render warning. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16384 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 46b7307613..812a82e208 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -967,7 +967,7 @@ immediately after a test fails. .. versionadded:: 1.4 .. django-admin-option:: --testrunner -The :djandminopt:`--testrunner` option can be used to control the test runner +The :djadminopt:`--testrunner` option can be used to control the test runner class that is used to execute tests. If this value is provided, it overrides the value provided by the :setting:`TEST_RUNNER` setting.