]> 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:02 +0000 (15:16 -0400)
lib/sqlalchemy/dialects/sqlite/base.py

index 462a9f21fd292f578c5d0b542bbe49e3a1b4a190..4fd22caca693b416148a0d698d9aad2b9cbd79e0 100644 (file)
@@ -276,7 +276,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``::