mirror of
https://github.com/Hopiu/django.git
synced 2026-05-18 20:41:06 +00:00
Fixed typo in django/test/utils.py.
This commit is contained in:
parent
86561844ce
commit
a564f44350
1 changed files with 1 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ class modify_settings(override_settings):
|
|||
except KeyError:
|
||||
value = list(getattr(settings, name, []))
|
||||
for action, items in operations.items():
|
||||
# items my be a single value or an iterable.
|
||||
# items may be a single value or an iterable.
|
||||
if isinstance(items, str):
|
||||
items = [items]
|
||||
if action == "append":
|
||||
|
|
|
|||
Loading…
Reference in a new issue