diff --git a/vcr/patch.py b/vcr/patch.py index b8d4139..db3a7d9 100644 --- a/vcr/patch.py +++ b/vcr/patch.py @@ -56,7 +56,7 @@ def install(cassette): def reset(): - '''Unto all the patching''' + '''Undo all the patching''' httplib.HTTPConnection = httplib.HTTP._connection_class = _HTTPConnection httplib.HTTPSConnection = httplib.HTTPS._connection_class = \ _HTTPSConnection