Corrected documentation typo.

Thanks to @cjerdonek for the report.
This commit is contained in:
Russell Keith-Magee 2014-01-20 19:48:06 +08:00
parent 6ab58e3605
commit b0602e935c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ types of checks. These check types are categorized with tags. You can use these
to restrict the checks performed to just those in a particular category. For example,
to perform only security and compatibility checks, you would run::
python manage.py --tag security -tag compatibility
python manage.py --tag security --tag compatibility
compilemessages
---------------