summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/orm/properties.py2
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()