We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51f46a commit f41b9cbCopy full SHA for f41b9cb
doc/build/orm/declarative_mixins.rst
@@ -352,7 +352,7 @@ attribute of each ``StringAttribute`` instance.
352
argument ``strings``, a list of strings::
353
354
ta = TypeA(strings=['foo', 'bar'])
355
- tb = TypeA(strings=['bat', 'bar'])
+ tb = TypeB(strings=['bat', 'bar'])
356
357
This list will generate a collection
358
of ``StringAttribute`` objects, which are persisted into a table that's
0 commit comments