From: Mike Bayer Date: Sat, 28 Jan 2017 14:53:10 +0000 (-0500) Subject: - add missing param tag X-Git-Tag: rel_1_1_6~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f55d466cad2d7c741f391eb2df15a23652132fe4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add missing param tag Change-Id: Ic2cc0bdafbf3f1bc2993a9ad3475530eed91d0f1 --- 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