]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update migration_09.rst
authorJason Held <jasonsheld@gmail.com>
Wed, 25 Feb 2015 17:49:20 +0000 (12:49 -0500)
committerJason Held <jasonsheld@gmail.com>
Wed, 25 Feb 2015 17:49:20 +0000 (12:49 -0500)
typo fix: indivdual -> individual.

doc/build/changelog/migration_09.rst

index 3825af0918763b9bb878fc29482e37310fb56177..4904dcfdf80a9af1b016c4c146aadc9f6af7c42b 100644 (file)
@@ -64,7 +64,7 @@ columns.   Using the mapping setup at :ref:`mapper_composite`::
     ...     filter(Vertex.start == Point(3, 4)).all()
     [(Point(x=3, y=4), Point(x=5, y=6))]
 
-This change is backwards-incompatible with code that expects the indivdual attribute
+This change is backwards-incompatible with code that expects the individual attribute
 to be expanded into individual columns.  To get that behavior, use the ``.clauses``
 accessor::