Corrected minor typo.

Thanks to @cjerdonek for the report.
This commit is contained in:
Russell Keith-Magee 2014-01-20 13:13:16 +08:00
parent a029efca44
commit 9ddc358e8d
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ your installed models or your admin registrations. It will also provide warnings
of common compatibility problems introduced by upgrading Django to a new version. of common compatibility problems introduced by upgrading Django to a new version.
Custom checks may be introduced by other libraries and applications. Custom checks may be introduced by other libraries and applications.
By default, all apps will be checkd. You can check a subset of apps by providing By default, all apps will be checked. You can check a subset of apps by providing
a list of app labels as arguments:: a list of app labels as arguments::
python manage.py auth admin myapp python manage.py auth admin myapp