]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add missing param tag
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2017 14:53:10 +0000 (09:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2017 14:53:34 +0000 (09:53 -0500)
Change-Id: Ic2cc0bdafbf3f1bc2993a9ad3475530eed91d0f1
(cherry picked from commit f55d466cad2d7c741f391eb2df15a23652132fe4)

lib/sqlalchemy/ext/automap.py

index 7dc22921e56e4d420fc7a1a1117c665f18b9556c..197d36a5345af58b9b8b6b41812af5a0d66b57a3 100644 (file)
@@ -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