Skip to content

Commit 22adb06

Browse files
author
Erlend E. Aasland
committed
Adjust comment
1 parent d68d6d8 commit 22adb06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_sqlite3/test_dbapi.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ def memory_database():
5353
return contextlib.closing(cx)
5454

5555

56-
# Temporarily limits the maximum size of any string or BLOB or table row, in
57-
# bytes.
56+
# Temporarily limit a database connection parameter
5857
@contextlib.contextmanager
5958
def cx_limit(cx, category=sqlite.SQLITE_LIMIT_LENGTH, limit=128):
6059
try:

0 commit comments

Comments
 (0)