diff --git a/common/lib/item_mapping.py b/common/lib/item_mapping.py index cfac82a1..dd6c3a47 100644 --- a/common/lib/item_mapping.py +++ b/common/lib/item_mapping.py @@ -90,7 +90,7 @@ def __init__(self, mapper, original, mapped_object, *args, **kwargs): DatasetItem init :param callable mapper: Mapper for this item. Currently unused, could - be used for abovementioned just-in-time mapping. + be used for above-mentioned just-in-time mapping. :param dict original: Original item, e.g. from the csv or ndjson :param MappedItem mapped_object: Mapped item, before resolving any potential missing data