CODE: Fix typo

This commit is contained in:
Martin Michlmayr 2020-11-10 18:10:04 +08:00 committed by Brett Smith
parent deee5bad57
commit 5b40134e83

View file

@ -37,7 +37,7 @@ Class method ``can_handle(source_file)``
Initializes an importer to generate entries from the given source file object.
``__iter__()``
Returns a iterator of entry data dicts.
Returns an iterator of entry data dicts.
Hooks
~~~~~