diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-05-10 18:38:20 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-05-10 18:38:20 +0000 |
commit | 9d700bc60cea22f480fdfaa96c610dc496c89f60 (patch) | |
tree | 64f204df931496823970d960b46573e0dcdd9f4a /test/testlib/testing.py | |
parent | 2e2eb9bdb5d4029bbcad91e59079d61ef650fb0a (diff) | |
download | sqlalchemy-9d700bc60cea22f480fdfaa96c610dc496c89f60.tar.gz |
correcting dataload profiles for various tests
Diffstat (limited to 'test/testlib/testing.py')
-rw-r--r-- | test/testlib/testing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlib/testing.py b/test/testlib/testing.py index 67918c5d4..e1f8e4350 100644 --- a/test/testlib/testing.py +++ b/test/testlib/testing.py @@ -562,7 +562,7 @@ def resolve_artifact_names(fn): # rebound functions aren't regular Python.. # # Also: it's lame that CPython accepts a dict-subclass for globals, but - # only calls dict methods. Taht would allow 'global' to pass through to + # only calls dict methods. That would allow 'global' to pass through to # the func_globals. def resolved(*args, **kwargs): self = args[0] |