Fix typo: finis → finish

This commit is contained in:
Adrián Chaves 2023-01-11 14:05:13 +01:00 committed by GitHub
parent a0832081ba
commit 1ab900659e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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