mirror of https://github.com/django/django.git
Fixed typo in django/test/testcases.py docstring.
This commit is contained in:
parent
bdd538488c
commit
1029a4694e
|
@ -405,8 +405,8 @@ class SimpleTestCase(unittest.TestCase):
|
||||||
|
|
||||||
def modify_settings(self, **kwargs):
|
def modify_settings(self, **kwargs):
|
||||||
"""
|
"""
|
||||||
A context manager that temporarily applies changes a list setting and
|
A context manager that temporarily applies changes to a list setting
|
||||||
reverts back to the original value when exiting the context.
|
and reverts back to the original value when exiting the context.
|
||||||
"""
|
"""
|
||||||
return modify_settings(**kwargs)
|
return modify_settings(**kwargs)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue