From: Hyunjun Kim Date: Tue, 8 Oct 2013 07:19:08 +0000 (+0900) Subject: Fix a typo: evaluted -> evaluated. X-Git-Tag: rel_0_8_3~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4165f9e0dd63061da85e4960becb5f4de8d08fe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix a typo: evaluted -> evaluated. --- diff --git a/lib/sqlalchemy/util/langhelpers.py b/lib/sqlalchemy/util/langhelpers.py index 98ba4a2b7c..8d305cbd82 100644 --- a/lib/sqlalchemy/util/langhelpers.py +++ b/lib/sqlalchemy/util/langhelpers.py @@ -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.