diff options
-rw-r--r-- | lib/sqlalchemy/util/langhelpers.py | 2 |
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. |