Fixed docs render warning.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-06-12 13:05:02 +00:00
parent f749bb829c
commit 9f3d76a921
1 changed files with 1 additions and 1 deletions

View File

@ -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.