def pluralize()

in doubles/call_count_accumulator.py [0:0]


def pluralize(word, count):
    return word if count == 1 else word + 's'