From: Gaƫtan de Menten Date: Fri, 11 Jul 2008 07:39:21 +0000 (+0000) Subject: typo X-Git-Tag: rel_0_5beta2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2edf4a0fdc2e25ddc86b896a89a3023a5a49255;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo --- diff --git a/examples/elementtree/optimized_al.py b/examples/elementtree/optimized_al.py index 316f17c679..8b50f6805d 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 *