mirror of https://github.com/python/cpython.git
Fix typo in Lib/sqlite3/test/test_types.py (GH-28226)
preceeding -> preceding Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
4b30aaa0c9
commit
d081eab7df
|
@ -350,7 +350,7 @@ def test_col_name(self):
|
|||
self.assertEqual(val, "<xxx>")
|
||||
|
||||
# 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):
|
||||
|
|
Loading…
Reference in New Issue