From d081eab7df176453c9834b852a579e1ada0354b2 Mon Sep 17 00:00:00 2001 From: Konstantin Popov Date: Wed, 15 Sep 2021 23:09:08 +0300 Subject: Fix typo in Lib/sqlite3/test/test_types.py (GH-28226) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit preceeding -> preceding Co-authored-by: Ɓukasz Langa --- Lib/sqlite3/test/test_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/sqlite3/test/test_types.py b/Lib/sqlite3/test/test_types.py index 396f153..0cfb72c 100644 --- a/Lib/sqlite3/test/test_types.py +++ b/Lib/sqlite3/test/test_types.py @@ -350,7 +350,7 @@ class ColNamesTests(unittest.TestCase): 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): -- cgit v0.12