Skip to content

Commit d727e36

Browse files
committed
comment
1 parent 2830c65 commit d727e36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Lib/sqlite3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# sqlite3/__init__.py: the sqlite3 package.
1+
# pysqlite3/__init__.py: the pysqlite2 package.
22
#
33
# Copyright (C) 2005 Gerhard Häring <[email protected]>
44
#
5-
# This file is part of sqlite3.
5+
# This file is part of pysqlite2.
66
#
77
# This software is provided 'as-is', without any express or implied
88
# warranty. In no event will the authors be held liable for any damages

Lib/sqlite3/dbapi2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sqlite3/dbapi2.py: the DB-API 2.0 interface
1+
# pysqlite2/dbapi2.py: the DB-API 2.0 interface
22
#
33
# Copyright (C) 2004-2005 Gerhard Häring <[email protected]>
44
#

0 commit comments

Comments
 (0)