1
0
mirror of https://github.com/django/django.git synced 2025-01-26 18:19:18 +00:00

Fixed a typo in test docstring.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Paul McMillan 2011-09-22 23:30:05 +00:00
parent 642620897d
commit 4dab2d2f6b

View File

@ -25,7 +25,7 @@ class NoModelTests(TestCase):
Test for #7198 to ensure that the proper error message is raised
when attempting to load an app with no models.py file.
Becuase the test runner won't currently load a test module with no
Because the test runner won't currently load a test module with no
models.py file, this TestCase instead lives in this module.
It seemed like an appropriate home for it.