summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McMillan <Paul@McMillan.ws>2011-09-22 23:30:05 +0000
committerPaul McMillan <Paul@McMillan.ws>2011-09-22 23:30:05 +0000
commit4dab2d2f6b6327965872608febe798cc88f668bf (patch)
treed931d673132b6501ff1e22b9f98f0813139bf52b
parent642620897db5f29f6081cd5b112b32f42e8fe13e (diff)
Fixed a typo in test docstring.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--tests/modeltests/empty/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/empty/tests.py b/tests/modeltests/empty/tests.py
index b3a8a72ad2..bff3a81e70 100644
--- a/tests/modeltests/empty/tests.py
+++ b/tests/modeltests/empty/tests.py
@@ -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.