Skip to content

Commit 36fafe2

Browse files
author
Erlend E. Aasland
committed
Fix code example formatting
1 parent 8123137 commit 36fafe2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/sqlite3.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ Module functions and constants
168168
>>> import sqlite3
169169
>>> con = sqlite3.connect(":memory:")
170170
>>> con.execute("""
171-
select * from pragma_compile_options
172-
where compile_options like 'THREADSAFE=%'
173-
""").fetchall()
171+
select * from pragma_compile_options
172+
where compile_options like 'THREADSAFE=%'
173+
""").fetchall()
174174

175175
Note that the `SQLITE_THREADSAFE levels
176176
<https://sqlite.org/compile.html#threadsafe>`_ do not match the DB-API 2.0

0 commit comments

Comments
 (0)