Skip to content

Commit 3448f92

Browse files
author
Erlend E. Aasland
committed
Remove superfluous '%'
1 parent 8fdd435 commit 3448f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Module functions and constants
169169
con = sqlite3.connect(":memory:")
170170
con.execute("""
171171
select * from pragma_compile_options
172-
where compile_options like 'THREADSAFE=%%'
172+
where compile_options like 'THREADSAFE=%'
173173
""").fetchall()
174174

175175
Note that the `SQLITE_THREADSAFE levels

0 commit comments

Comments
 (0)