From: Mike Bayer Date: Tue, 9 Nov 2010 17:19:11 +0000 (-0500) Subject: stupid tab got committed X-Git-Tag: rel_0_7b1~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dfdc9473977c6d94ff1eb090b96ec42f1b2d66d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git stupid tab got committed --- diff --git a/doc/build/orm/mapper_config.rst b/doc/build/orm/mapper_config.rst index 0c8bb0c43d..954d436461 100644 --- a/doc/build/orm/mapper_config.rst +++ b/doc/build/orm/mapper_config.rst @@ -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,