From bbd12c77353b5915195bed8dd95c481cd7831d49 Mon Sep 17 00:00:00 2001 From: Matt Smarte Date: Mon, 24 Jun 2024 03:57:59 -0400 Subject: [PATCH] DOC: Clarify `attr1:attr2` notification trigger behavior (#1806) Adds a small clarification to when `attr1:attr2` syntax triggers a notification. --- 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*