mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user