From e26ccb284452ca5cfdbfc552851ef56f075281fe Mon Sep 17 00:00:00 2001 From: Ernest Walzel Date: Tue, 28 Apr 2015 12:26:16 +0100 Subject: [PATCH] Fix typo in 'Relationships API' docs exprssed -> expressed (cherry picked from commit da327d0349b2af88700808c8e0041eda4c57882f) --- lib/sqlalchemy/orm/relationships.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py index bf93595081..d20d0e3e9f 100644 --- a/lib/sqlalchemy/orm/relationships.py +++ b/lib/sqlalchemy/orm/relationships.py @@ -193,7 +193,7 @@ class RelationshipProperty(StrategizedProperty): The :paramref:`~.relationship.secondary` keyword argument is typically applied in the case where the intermediary :class:`.Table` - is not otherwise exprssed in any direct class mapping. If the + is not otherwise expressed in any direct class mapping. If the "secondary" table is also explicitly mapped elsewhere (e.g. as in :ref:`association_pattern`), one should consider applying the :paramref:`~.relationship.viewonly` flag so that this -- 2.47.3