diff --git a/tests/regressiontests/introspection/tests.py b/tests/regressiontests/introspection/tests.py index 78928a15c4294..3bd9d60fa2739 100644 --- a/tests/regressiontests/introspection/tests.py +++ b/tests/regressiontests/introspection/tests.py @@ -91,7 +91,7 @@ def test_get_table_description_types(self): # Oracle forces null=True under the hood in some cases (see # https://docs.djangoproject.com/en/dev/ref/databases/#null-and-empty-strings) - # so its idea about null_ok in cursor.drescription is different from ours + # so its idea about null_ok in cursor.description is different from ours. @skipIfDBFeature('interprets_empty_strings_as_nulls') def test_get_table_description_nullable(self): cursor = connection.cursor()