From 1ab900659e32b6792aabfb30a51ce117d2578cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Wed, 11 Jan 2023 14:05:13 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20finis=20=E2=86=92=20finish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_feedexport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_feedexport.py b/tests/test_feedexport.py index c66ce804b..feaba5dab 100644 --- a/tests/test_feedexport.py +++ b/tests/test_feedexport.py @@ -700,7 +700,7 @@ class InstrumentedFeedSlot(_FeedSlot): class IsExportingListener: """When subscribed to InstrumentedFeedSlot, keeps track of when a call to start_exporting has been made without a closing call to - finish_exporting and when a call to finis_exporting has been made + finish_exporting and when a call to finish_exporting has been made before a call to start_exporting.""" def __init__(self): self.start_without_finish = False