if is_key(with_pair):
            entry = {"key": [" ".join(with_pair)]}
            data = combine_dictionaries(data, entry)
            continue