]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- repair doclevel
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 19:16:02 +0000 (15:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 19:16:19 +0000 (15:16 -0400)
lib/sqlalchemy/dialects/sqlite/base.py

index 189bce86a01c31d8dfcedf561d0d8d220ce289b4..9b816e99bffe93b11e64d50331fd71c2e8b6cab7 100644 (file)
@@ -249,7 +249,7 @@ lookup is used instead:
 .. _sqlite_partial_index:
 
 Partial Indexes
-===============
+---------------
 
 A partial index, e.g. one which uses a WHERE clause, can be specified
 with the DDL system using the argument ``sqlite_where``::