summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserzey <skn.zbk@gmail.com>2021-02-16 10:10:03 +0100
committerGitHub <noreply@github.com>2021-02-16 10:10:03 +0100
commitf41b9cbcdb0b6116cc3e2d15f53983516d82b06d (patch)
tree77adb648905cd710782fbb16d34575d7bf6bb319
parentf51f46a90a59d7d8ce93d90ec6ba30ddb74b12e9 (diff)
downloadsqlalchemy-f41b9cbcdb0b6116cc3e2d15f53983516d82b06d.tar.gz
Update declarative_mixins.rst
Variables ta and tb should be instances of TypeA and TypeB respectively.
-rw-r--r--doc/build/orm/declarative_mixins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/declarative_mixins.rst b/doc/build/orm/declarative_mixins.rst
index 560bda134..a0229fe88 100644
--- a/doc/build/orm/declarative_mixins.rst
+++ b/doc/build/orm/declarative_mixins.rst
@@ -352,7 +352,7 @@ attribute of each ``StringAttribute`` instance.
argument ``strings``, a list of strings::
ta = TypeA(strings=['foo', 'bar'])
- tb = TypeA(strings=['bat', 'bar'])
+ tb = TypeB(strings=['bat', 'bar'])
This list will generate a collection
of ``StringAttribute`` objects, which are persisted into a table that's