]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
stupid tab got committed
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Nov 2010 17:19:11 +0000 (12:19 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Nov 2010 17:19:11 +0000 (12:19 -0500)
doc/build/orm/mapper_config.rst

index 0c8bb0c43daa5dcbf51b6dd09e1f14832f04cc5f..954d436461f46dba4119c1800382cba9e0850732 100644 (file)
@@ -609,7 +609,7 @@ list of columns::
 
 A second example::
 
-        from sqlalchemy.sql import join
+    from sqlalchemy.sql import join
 
     # many-to-many join on an association table
     j = join(users_table, userkeywords,