diff options
Diffstat (limited to 'examples/association/dict_of_sets_with_default.py')
| -rw-r--r-- | examples/association/dict_of_sets_with_default.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/association/dict_of_sets_with_default.py b/examples/association/dict_of_sets_with_default.py index 0720fdab9..63c0f4531 100644 --- a/examples/association/dict_of_sets_with_default.py +++ b/examples/association/dict_of_sets_with_default.py @@ -44,7 +44,7 @@ class B(Base): key = Column(String) values = association_proxy("elements", "value") - """Bridge the association from 'elements' over to the + """Bridge the association from 'elements' over to the 'value' element of C.""" def __init__(self, key, values=None): |
