diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-03-11 05:48:02 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-03-11 05:48:02 +0000 |
| commit | bef0bb95e7372d63684bddbb30b461de877ae4db (patch) | |
| tree | a6543b82e234dda43e1ba192f4d29ddbf9820177 /lib | |
| parent | a4ee98fe66248d2550d818c8027f6c1256c9bc98 (diff) | |
| download | sqlalchemy-bef0bb95e7372d63684bddbb30b461de877ae4db.tar.gz | |
fix formatting to match unit tests
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/orm/properties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/properties.py b/lib/sqlalchemy/orm/properties.py index 3ae0bfbf5..8999e7d8e 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() |
