Skip to content

Commit d081eab

Browse files
KonstHardyambv
andauthored
Fix typo in Lib/sqlite3/test/test_types.py (GH-28226)
preceeding -> preceding Co-authored-by: Łukasz Langa <[email protected]>
1 parent 4b30aaa commit d081eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/sqlite3/test/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def test_col_name(self):
350350
self.assertEqual(val, "<xxx>")
351351

352352
# Check if the stripping of colnames works. Everything after the first
353-
# '[' (and the preceeding space) should be stripped.
353+
# '[' (and the preceding space) should be stripped.
354354
self.assertEqual(self.cur.description[0][0], "x y")
355355

356356
def test_case_in_converter_name(self):

0 commit comments

Comments
 (0)