diff --git a/Lib/sqlite3/test/test_types.py b/Lib/sqlite3/test/test_types.py index 396f153a75f..0cfb72c5f09 100644 --- a/Lib/sqlite3/test/test_types.py +++ b/Lib/sqlite3/test/test_types.py @@ -350,7 +350,7 @@ def test_col_name(self): self.assertEqual(val, "") # Check if the stripping of colnames works. Everything after the first - # '[' (and the preceeding space) should be stripped. + # '[' (and the preceding space) should be stripped. self.assertEqual(self.cur.description[0][0], "x y") def test_case_in_converter_name(self):