From: Chris Withers Date: Thu, 8 Jul 2010 11:02:20 +0000 (+0100) Subject: typo X-Git-Tag: rel_0_6_3~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11147930467f3633ec227c735dbaa227f56a6294;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- 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.