summaryrefslogtreecommitdiff
path: root/examples/custom_attributes
diff options
context:
space:
mode:
authorChris Withers <chris@simplistix.co.uk>2010-07-08 12:02:20 +0100
committerChris Withers <chris@simplistix.co.uk>2010-07-08 12:02:20 +0100
commit11147930467f3633ec227c735dbaa227f56a6294 (patch)
treed0ce2a13f18ad6ebfa5722bf181f54b3e09e1cbb /examples/custom_attributes
parent3f6e16c3de78e12c710980bc38f602bfdf53dc5d (diff)
downloadsqlalchemy-11147930467f3633ec227c735dbaa227f56a6294.tar.gz
typo
Diffstat (limited to 'examples/custom_attributes')
-rw-r--r--examples/custom_attributes/listen_for_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_attributes/listen_for_events.py b/examples/custom_attributes/listen_for_events.py
index 0ae4d8fed..002765739 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.