]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix a typo: evaluted -> evaluated.
authorHyunjun Kim <kim@hyunjun.kr>
Tue, 8 Oct 2013 07:19:08 +0000 (16:19 +0900)
committerHyunjun Kim <kim@hyunjun.kr>
Tue, 8 Oct 2013 07:19:08 +0000 (16:19 +0900)
lib/sqlalchemy/util/langhelpers.py

index 98ba4a2b7c1a11203529ee6bbbfff24f719bb45e..8d305cbd82d4b2469a1bcf3f526383266e23f635 100644 (file)
@@ -680,7 +680,7 @@ class importlater(object):
 
         from mypackage.somemodule import somesubmod
 
-    except evaluted upon attribute access to "somesubmod".
+    except evaluated upon attribute access to "somesubmod".
 
     importlater() currently requires that resolve_all() be
     called, typically at the bottom of a package's __init__.py.