diff options
| author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2021-07-18 21:36:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-19 06:36:20 +0200 |
| commit | f3825ee0503b7077da98719481eb9ac61ce4ef48 (patch) | |
| tree | 8e04d801e9a279a0d683aef072dadfc476765a3a /tests/auth_tests/test_views.py | |
| parent | 66058c575887ba958a407e276cadb7a7b05c7767 (diff) | |
Fixed wording of AuthViewsTestCase's docstring.
Diffstat (limited to 'tests/auth_tests/test_views.py')
| -rw-r--r-- | tests/auth_tests/test_views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth_tests/test_views.py b/tests/auth_tests/test_views.py index 9ae7dab252..a572e2610f 100644 --- a/tests/auth_tests/test_views.py +++ b/tests/auth_tests/test_views.py @@ -45,7 +45,7 @@ from .settings import AUTH_TEMPLATES ) class AuthViewsTestCase(TestCase): """ - Helper base class for all the follow test cases. + Helper base class for the test classes that follow. """ @classmethod |
