]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorChris Withers <chris@simplistix.co.uk>
Thu, 8 Jul 2010 11:02:20 +0000 (12:02 +0100)
committerChris Withers <chris@simplistix.co.uk>
Thu, 8 Jul 2010 11:02:20 +0000 (12:02 +0100)
examples/custom_attributes/listen_for_events.py

index 0ae4d8fed21e315a28619fc42371f58f83663794..00276573936ac8029b2938b2b3d767d930fa926c 100644 (file)
@@ -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.