From 7fedd8c584c5f1f8557dd139dfc1b51ee9e674c2 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 5 Aug 2013 20:51:03 -1000 Subject: [PATCH] remove typo --- tests/integration/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)