]> 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:10 +0000 (09:53 -0500)
Change-Id: Ic2cc0bdafbf3f1bc2993a9ad3475530eed91d0f1

lib/sqlalchemy/ext/automap.py

index 5c1fec24f4a0a3e48dbe7504e5722f987fbe8f3e..219bfe124d25fc31cc78d87072e1b7fb05ff190a 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