From 8a9f35832e5c61a15ef493b66034e2e324b8617f Mon Sep 17 00:00:00 2001 From: Matt Smarte Date: Fri, 21 Jun 2024 15:35:05 -0400 Subject: [PATCH] DOC: Clarify attr1:attr2 behavior --- docs/source/traits_user_manual/notification.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/traits_user_manual/notification.rst b/docs/source/traits_user_manual/notification.rst index 2d4f1de62..eba68d5a5 100644 --- a/docs/source/traits_user_manual/notification.rst +++ b/docs/source/traits_user_manual/notification.rst @@ -105,7 +105,8 @@ most of the use cases commonly encountered by users. * - *attr1\:attr2* - Matches a trait named *attr2* on an object referenced by a trait named *attr1* on the current object. Changes to *attr2* will trigger - notifications. Changes to *attr1* will not. + notifications. Changes to *attr1* will not trigger notifications, even + if the value of *attr2* between the objects is different. * - *attr1\, attr2* - Matches trait named *attr1* or trait named *attr2*. * - *items*