From f55d466cad2d7c741f391eb2df15a23652132fe4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 28 Jan 2017 09:53:10 -0500 Subject: [PATCH] - add missing param tag Change-Id: Ic2cc0bdafbf3f1bc2993a9ad3475530eed91d0f1 --- lib/sqlalchemy/ext/automap.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sqlalchemy/ext/automap.py b/lib/sqlalchemy/ext/automap.py index 5c1fec24f4..219bfe124d 100644 --- a/lib/sqlalchemy/ext/automap.py +++ b/lib/sqlalchemy/ext/automap.py @@ -633,9 +633,9 @@ def generate_relationship( that user-defined implementations correctly differentiate between the two functions, if a custom relationship function is being used. - :attrname: the attribute name to which this relationship is being assigned. - If the value of :paramref:`.generate_relationship.return_fn` is the - :func:`.backref` function, then this name is the name that is being + :param attrname: the attribute name to which this relationship is being + assigned. If the value of :paramref:`.generate_relationship.return_fn` is + the :func:`.backref` function, then this name is the name that is being assigned to the backref. :param local_cls: the "local" class to which this relationship or backref -- 2.47.2