Skip to content

Commit a6f758d

Browse files
Update stubs/cysqlite/cysqlite/_cysqlite.pyi
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
1 parent dcf8ddd commit a6f758d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/cysqlite/cysqlite/_cysqlite.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def set_singlethread() -> bool: ...
5454
def set_stmt_journal_spill(nbytes: int) -> bool: ...
5555

5656
sqlite_version: str
57-
sqlite_version_info: tuple[Any, ...]
57+
sqlite_version_info: tuple[Any, ...] # tuple entries can be either int or str
5858

5959
def status(flag: int) -> tuple[int, int]: ...
6060

0 commit comments

Comments
 (0)