summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build/orm/extensions/associationproxy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/extensions/associationproxy.rst b/doc/build/orm/extensions/associationproxy.rst
index 8e699efa9..2afbf7378 100644
--- a/doc/build/orm/extensions/associationproxy.rst
+++ b/doc/build/orm/extensions/associationproxy.rst
@@ -328,7 +328,7 @@ when new elements are added to the dictionary::
return 'Keyword(%s)' % repr(self.keyword)
We illustrate the ``.keywords`` collection as a dictionary, mapping the
-``UserKeyword.string_key`` value to ``Keyword`` objects::
+``UserKeyword.special_key`` value to ``Keyword`` objects::
>>> user = User('log')