1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

remove typo

This commit is contained in:
Kevin McCarthy
2013-08-05 20:51:03 -10:00
parent 30350ac3d7
commit 7fedd8c584

View File

@@ -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)