mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
docs/usage.rst: Drop needless self-reference
This commit is contained in:
@@ -133,8 +133,7 @@ you can hook on ``_get_vcr``, for example:
|
||||
See
|
||||
`the source
|
||||
<https://github.com/kevin1024/vcrpy/blob/master/vcr/unittest/testcase.py>`__
|
||||
for the default implementations of these methods, and `VCR.py`_ for more
|
||||
information.
|
||||
for the default implementations of these methods.
|
||||
|
||||
If you implement a ``setUp`` method on your test class then make sure to call
|
||||
the parent version ``super().setUp()`` in your own in order to continue getting
|
||||
|
||||
Reference in New Issue
Block a user