diff --git a/tests/integration/common.py b/tests/integration/common.py index b978267..2aedbd9 100644 --- a/tests/integration/common.py +++ b/tests/integration/common.py @@ -10,7 +10,7 @@ class TestVCR(unittest.TestCase): fixtures = os.path.join('does', 'not', 'exist') def tearDown(self): - # Remove th urllib2 fixtures if they exist + # Remove the urllib2 fixtures if they exist if os.path.exists(self.fixtures): shutil.rmtree(self.fixtures)