]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Probable typo in doc example 7581/head
authoraathan <aathan@ctradellc.biz>
Tue, 18 Jan 2022 18:29:00 +0000 (18:29 +0000)
committeraathan <aathan@ctradellc.biz>
Tue, 18 Jan 2022 18:29:00 +0000 (18:29 +0000)
doc/build/orm/extensions/associationproxy.rst

index aef046b0496820820f10417afe229f5d5d48f286..e837e92292e9a1aa8d6a8a53ff618ce9e0125464 100644 (file)
@@ -63,7 +63,7 @@ attribute, which can be awkward::
     >>> print(user.kw[0].keyword)
     cheese inspector
     >>> print([keyword.keyword for keyword in user.kw])
-    ['cheese inspector']
+    ['cheese', 'inspector']
 
 The ``association_proxy`` is applied to the ``User`` class to produce
 a "view" of the ``kw`` relationship, which only exposes the string