Fix typo: causes it be closed → causes it to be closed

This commit is contained in:
Adrián Chaves 2023-02-02 05:58:32 +01:00
parent 32bc8bd436
commit 426f3ebb7b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class BaseItemExporterTest(unittest.TestCase):
raise
self.ie.finish_exporting()
# Delete the item exporter object, so that if it causes the output
# file handle be closed, which should not be the case, follow-up
# file handle to be closed, which should not be the case, follow-up
# interactions with the output file handle will surface the issue.
del self.ie
self._check_output()