From: Mike Bayer Date: Wed, 11 Mar 2009 05:48:02 +0000 (+0000) Subject: fix formatting to match unit tests X-Git-Tag: rel_0_5_3~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bef0bb95e7372d63684bddbb30b461de877ae4db;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix formatting to match unit tests --- diff --git a/lib/sqlalchemy/orm/properties.py b/lib/sqlalchemy/orm/properties.py index 3ae0bfbf5e..8999e7d8ec 100644 --- a/lib/sqlalchemy/orm/properties.py +++ b/lib/sqlalchemy/orm/properties.py @@ -705,7 +705,7 @@ class RelationProperty(StrategizedProperty): if self.direction in (ONETOMANY, MANYTOONE) and self.direction == other.direction: raise sa_exc.ArgumentError("%s and back-reference %s are both of the same direction %r." - " Did you mean to set remote_side on the many-to-one side ?" % (self, other, self.direction)) + " Did you mean to set remote_side on the many-to-one side ?" % (self, other, self.direction)) def do_init(self): self._get_target()