diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-01-01 19:07:01 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-01-01 19:07:01 +0100 |
commit | 911ee27e83e1d6b35b4c4f10e6ed9820a925eeda (patch) | |
tree | c7c395af3ef7724796ba2f4b92dea08909fef708 | |
parent | 2069acc6a40136eebceb9f82cda37cf0b5fc855f (diff) |
typo
-rw-r--r-- | test/test_download.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_download.py b/test/test_download.py index 5b35c37e7..238195050 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -60,7 +60,7 @@ class TestDownload(unittest.TestCase): os.remove(fn) -### Dinamically generate tests +### Dynamically generate tests def generator(test_case): def test_template(self): |