mirror of
https://github.com/Hopiu/django.git
synced 2026-05-18 20:41:06 +00:00
Fixed wording of AuthViewsTestCase's docstring.
This commit is contained in:
parent
66058c5758
commit
f3825ee050
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue