summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-07 15:42:38 (GMT)
committerGitHub <noreply@github.com>2021-10-07 15:42:38 (GMT)
commit4346b81cc60ee23e0ae175300822615bd7d16431 (patch)
tree28cc831264d2eaa77fa7e2d2395d3c8ac05e522e /Lib/sqlite3
parentda56601783312a74a5cd6ee8ea0881d534e0fc19 (diff)
downloadcpython-4346b81cc60ee23e0ae175300822615bd7d16431.zip
cpython-4346b81cc60ee23e0ae175300822615bd7d16431.tar.gz
cpython-4346b81cc60ee23e0ae175300822615bd7d16431.tar.bz2
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Fix typos in the Lib directory as identified by codespell. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 745c9d9dfc1ad6fdfdf1d07420c6273ff67fa5be) Automerge-Triggered-By: GH:JulienPalard
Diffstat (limited to 'Lib/sqlite3')
-rw-r--r--Lib/sqlite3/test/dbapi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/sqlite3/test/dbapi.py b/Lib/sqlite3/test/dbapi.py
index d00b60c..053543c 100644
--- a/Lib/sqlite3/test/dbapi.py
+++ b/Lib/sqlite3/test/dbapi.py
@@ -1,7 +1,7 @@
#-*- coding: iso-8859-1 -*-
# pysqlite2/test/dbapi.py: tests for DB-API compliance
#
-# Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
+# Copyright (C) 2004-2010 Gerhard Häring <gh@ghaering.de>
#
# This file is part of pysqlite.
#
@@ -451,7 +451,7 @@ class CursorTests(unittest.TestCase):
self.assertEqual(row, None)
def CheckArraySize(self):
- # must default ot 1
+ # must default to 1
self.assertEqual(self.cu.arraysize, 1)
# now set to 2