summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Held <jasonsheld@gmail.com>2015-02-25 12:49:20 -0500
committerJason Held <jasonsheld@gmail.com>2015-02-25 12:49:20 -0500
commitc5edbc6fdc611d3c812735d83fe056fbb7d113f5 (patch)
tree756caa72048d3294fa2fed010d664da7f8af3b18
parent3a56c4f019052c5dcd4e1cb5fd01a5680e6fc80e (diff)
downloadsqlalchemy-pr/159.tar.gz
Update migration_09.rstpr/159
typo fix: indivdual -> individual.
-rw-r--r--doc/build/changelog/migration_09.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/migration_09.rst b/doc/build/changelog/migration_09.rst
index 3825af091..4904dcfdf 100644
--- a/doc/build/changelog/migration_09.rst
+++ b/doc/build/changelog/migration_09.rst
@@ -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::