Kaydet (Commit) e04d256c authored tarafından Senthil Kumaran's avatar Senthil Kumaran

reST indentation fix in sqlite3 docs. rst uses 3 space indentation.

üst 7c20ad32
...@@ -901,7 +901,8 @@ only makes sense to call from a different thread. ...@@ -901,7 +901,8 @@ only makes sense to call from a different thread.
.. rubric:: Footnotes .. rubric:: Footnotes
.. [#f1] The sqlite3 module is not built with loadable extension support by .. [#f1] The sqlite3 module is not built with loadable extension support by
default, because some platforms (notably Mac OS X) have SQLite libraries which default, because some platforms (notably Mac OS X) have SQLite libraries
are compiled without this feature. To get loadable extension support, you must which are compiled without this feature. To get loadable extension support,
modify setup.py and remove the line that sets SQLITE_OMIT_LOAD_EXTENSION. you must modify setup.py and remove the line that sets
SQLITE_OMIT_LOAD_EXTENSION.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment