From 9232915885074592a3e08d606f431d7c56abcaec Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 2 Jun 2023 17:00:37 +0200 Subject: [PATCH] docs/usage.rst: Break up a long line --- docs/usage.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 2a68907..3dec4c1 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -136,7 +136,9 @@ See for the default implementations of these methods, and `VCR.py`_ for more information. -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 the cassettes produced. +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 +the cassettes produced. VCRMixin ~~~~~~~~