diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-05 01:57:26 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-05 02:04:21 +0100 | 
| commit | 28ab2e48ae189d72fa1ac36a0cb81b5680cc82a9 (patch) | |
| tree | 4b704c6dc7a900f88215877fba1ff191109648b5 | |
| parent | 6febd1c1df02870bf8b529ca758d7155cf65ab35 (diff) | |
fix typo
| -rw-r--r-- | test/test_unicode_literals.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/test_unicode_literals.py b/test/test_unicode_literals.py index 5f88ac2f8..94497054a 100644 --- a/test/test_unicode_literals.py +++ b/test/test_unicode_literals.py @@ -10,7 +10,7 @@ rootDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))  class TestUnicodeLiterals(unittest.TestCase):      def test_all_files(self): -        print('Skipping this test (not yet fully implemtned)') +        print('Skipping this test (not yet fully implemented)')          return          for dirpath, _, filenames in os.walk(rootDir): | 
