summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunjun Kim <kim@hyunjun.kr>2013-10-08 16:19:08 +0900
committerHyunjun Kim <kim@hyunjun.kr>2013-10-08 16:19:08 +0900
commitb4165f9e0dd63061da85e4960becb5f4de8d08fe (patch)
tree5566d15dc91c9ef9a599fd5ce42039c456865ddb
parent396186ef3974a0b44afb73f967e0ff810f91e654 (diff)
downloadsqlalchemy-pr/32.tar.gz
Fix a typo: evaluted -> evaluated.pr/32
-rw-r--r--lib/sqlalchemy/util/langhelpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/util/langhelpers.py b/lib/sqlalchemy/util/langhelpers.py
index 98ba4a2b7..8d305cbd8 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.