diff options
| -rw-r--r-- | doc/build/orm/declarative_mixins.rst | 2 |
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 |
