Skip to content

Commit f41b9cb

Browse files
authored
Update declarative_mixins.rst
Variables ta and tb should be instances of TypeA and TypeB respectively.
1 parent f51f46a commit f41b9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build/orm/declarative_mixins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ attribute of each ``StringAttribute`` instance.
352352
argument ``strings``, a list of strings::
353353

354354
ta = TypeA(strings=['foo', 'bar'])
355-
tb = TypeA(strings=['bat', 'bar'])
355+
tb = TypeB(strings=['bat', 'bar'])
356356

357357
This list will generate a collection
358358
of ``StringAttribute`` objects, which are persisted into a table that's

0 commit comments

Comments
 (0)