summaryrefslogtreecommitdiff
path: root/django/test/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/test/utils.py')
-rw-r--r--django/test/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/utils.py b/django/test/utils.py
index 393da3b17c..03e8f17ad1 100644
--- a/django/test/utils.py
+++ b/django/test/utils.py
@@ -259,7 +259,7 @@ class modify_settings(override_settings):
"""
def __init__(self, *args, **kwargs):
if args:
- # Hack used when instaciating from SimpleTestCase._pre_setup.
+ # Hack used when instantiating from SimpleTestCase._pre_setup.
assert not kwargs
self.operations = args[0]
else: