mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
docs: Fix a few typos
There are small typos in: - tests/integration/test_record_mode.py - tests/integration/test_stubs.py - vcr/stubs/__init__.py Fixes: - Should read `repercussions` rather than `repurcussions`. - Should read `superclass` rather than `superclas`. - Should read `cassette` rather than `casssette`. Signed-off-by: Tim Gates <tim.gates@iress.com>
This commit is contained in:
@@ -87,7 +87,7 @@ class VCRHTTPResponse(HTTPResponse):
|
||||
def closed(self):
|
||||
# in python3, I can't change the value of self.closed. So I'
|
||||
# twiddling self._closed and using this property to shadow the real
|
||||
# self.closed from the superclas
|
||||
# self.closed from the superclass
|
||||
return self._closed
|
||||
|
||||
def read(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user