diff --git a/docs/usage.rst b/docs/usage.rst index 6d8f4ab..2a68907 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -97,7 +97,7 @@ interactions. .. code:: python - from vcr_unittest import VCRTestCase + from vcr.unittest import VCRTestCase import requests class MyTestCase(VCRTestCase): @@ -132,7 +132,7 @@ you can hook on ``_get_vcr``, for example: See `the source -`__ +`__ for the default implementations of these methods, and `VCR.py`_ for more information. @@ -147,7 +147,7 @@ instead. .. code:: python - from vcr_unittest import VCRMixin + from vcr.unittest import VCRMixin import requests import unittest