diff options
| author | Chris Withers <chris@simplistix.co.uk> | 2010-07-08 12:02:20 +0100 |
|---|---|---|
| committer | Chris Withers <chris@simplistix.co.uk> | 2010-07-08 12:02:20 +0100 |
| commit | 11147930467f3633ec227c735dbaa227f56a6294 (patch) | |
| tree | d0ce2a13f18ad6ebfa5722bf181f54b3e09e1cbb /examples/custom_attributes | |
| parent | 3f6e16c3de78e12c710980bc38f602bfdf53dc5d (diff) | |
| download | sqlalchemy-11147930467f3633ec227c735dbaa227f56a6294.tar.gz | |
typo
Diffstat (limited to 'examples/custom_attributes')
| -rw-r--r-- | examples/custom_attributes/listen_for_events.py | 2 |
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. |
