mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
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):
|
||||
"""
|
||||
A context manager that temporarily applies changes a list setting and
|
||||
reverts back to the original value when exiting the context.
|
||||
A context manager that temporarily applies changes to a list setting
|
||||
and reverts back to the original value when exiting the context.
|
||||
"""
|
||||
return modify_settings(**kwargs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user