From 6758a459597e5221607a81a693bd98352bb1c94f Mon Sep 17 00:00:00 2001 From: vpsx <19900057+vpsx@users.noreply.github.com> Date: Wed, 17 Apr 2019 18:48:40 -0500 Subject: [PATCH] Use "parent object" instead of "primary object" --- lib/sqlalchemy/orm/relationships.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py index 6e3db9d718..008cfcd2a8 100644 --- a/lib/sqlalchemy/orm/relationships.py +++ b/lib/sqlalchemy/orm/relationships.py @@ -711,8 +711,8 @@ class RelationshipProperty(StrategizedProperty): :param primaryjoin: a SQL expression that will be used as the primary - join of this child object against the parent object, or in a - many-to-many relationship the join of the primary object to the + join of the child object against the parent object, or in a + many-to-many relationship the join of the parent object to the association table. By default, this value is computed based on the foreign key relationships of the parent and child tables (or association table). -- 2.47.2