1
0
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:
Jacob Walls 2024-06-02 11:42:35 -04:00 committed by Sarah Boyce
parent bdd538488c
commit 1029a4694e

View File

@ -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)