diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-01-28 09:53:10 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-01-28 09:53:10 -0500 |
commit | f55d466cad2d7c741f391eb2df15a23652132fe4 (patch) | |
tree | e0966ebe3f76ff63ba6baa37258de487fca630b8 /lib/sqlalchemy/ext/automap.py | |
parent | 5c26cfcb471f45c9370147c9ca2f7beb90f35f8d (diff) | |
download | sqlalchemy-f55d466cad2d7c741f391eb2df15a23652132fe4.tar.gz |
- add missing param tag
Change-Id: Ic2cc0bdafbf3f1bc2993a9ad3475530eed91d0f1
Diffstat (limited to 'lib/sqlalchemy/ext/automap.py')
-rw-r--r-- | lib/sqlalchemy/ext/automap.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/ext/automap.py b/lib/sqlalchemy/ext/automap.py index 5c1fec24f..219bfe124 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 |