[1.7.x] Fixed typo in parameter name doc for BaseCommand.check().

Backport of a8c5630c98 from master
This commit is contained in:
Gert Van Gool 2014-06-26 11:33:09 +02:00 committed by Tim Graham
parent 54a6ab2077
commit 82f6500275
1 changed files with 3 additions and 2 deletions

View File

@ -322,8 +322,9 @@ the :meth:`~BaseCommand.handle` method must be implemented.
potential problems. Serious problems are raised as a :class:`CommandError`;
warnings are output to stderr; minor notifications are output to stdout.
If ``apps`` and ``tags`` are both None, all system checks are performed.
``tags`` can be a list of check tags, like ``compatibility`` or ``models``.
If ``app_configs`` and ``tags`` are both ``None``, all system checks are
performed. ``tags`` can be a list of check tags, like ``compatibility`` or
``models``.
.. method:: BaseCommand.validate(app=None, display_num_errors=False)