mirror of
https://github.com/django/django.git
synced 2025-01-05 16:06:07 +00:00
Fixed wording of AuthViewsTestCase's docstring.
This commit is contained in:
parent
66058c5758
commit
f3825ee050
@ -45,7 +45,7 @@ from .settings import AUTH_TEMPLATES
|
|||||||
)
|
)
|
||||||
class AuthViewsTestCase(TestCase):
|
class AuthViewsTestCase(TestCase):
|
||||||
"""
|
"""
|
||||||
Helper base class for all the follow test cases.
|
Helper base class for the test classes that follow.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user