summaryrefslogtreecommitdiff
path: root/examples/elementtree/optimized_al.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/elementtree/optimized_al.py')
-rw-r--r--examples/elementtree/optimized_al.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/elementtree/optimized_al.py b/examples/elementtree/optimized_al.py
index 316f17c67..8b50f6805 100644
--- a/examples/elementtree/optimized_al.py
+++ b/examples/elementtree/optimized_al.py
@@ -5,7 +5,7 @@ which joins on only three tables.
"""
-################################# PART I - Imports/Coniguration ###########################################
+################################# PART I - Imports/Configuration ###########################################
from sqlalchemy import *
from sqlalchemy.orm import *