From 11147930467f3633ec227c735dbaa227f56a6294 Mon Sep 17 00:00:00 2001 From: Chris Withers Date: Thu, 8 Jul 2010 12:02:20 +0100 Subject: [PATCH] typo --- examples/custom_attributes/listen_for_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom_attributes/listen_for_events.py b/examples/custom_attributes/listen_for_events.py index 0ae4d8fed2..0027657393 100644 --- a/examples/custom_attributes/listen_for_events.py +++ b/examples/custom_attributes/listen_for_events.py @@ -15,7 +15,7 @@ class InstallListeners(InstrumentationManager): class AttributeListener(AttributeExtension): """Generic event listener. - Propigates attribute change events to a + Propagates attribute change events to a "receive_change_event()" method on the target instance. -- 2.47.2