diff options
| author | Anton Samarchyan <anton.samarchyan@savoirfairelinux.com> | 2017-01-24 15:37:33 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-04 10:02:06 -0500 |
| commit | 86de930f413e0ad902e11d78ac988e6743202ea6 (patch) | |
| tree | 790dcc4c38125b619ffee76b5531155d0d8232f4 /django/test/__init__.py | |
| parent | 6ae1b04fb584db0fdb22b8e287784c4ed3ac62ac (diff) | |
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
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 ( |
