diff options
Diffstat (limited to 'django/test/__init__.py')
| -rw-r--r-- | django/test/__init__.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/django/test/__init__.py b/django/test/__init__.py index e3561f5ae7..4782d72184 100644 --- a/django/test/__init__.py +++ b/django/test/__init__.py @@ -1,6 +1,4 @@ -""" -Django Unit Test and Doctest framework. -""" +"""Django Unit Test framework.""" from django.test.client import Client, RequestFactory from django.test.testcases import ( |
