akoumjian/datefinder

update print in example to Python 3

reagle opened this issue · 0 comments

import datefinder
matches = datefinder.find_dates(string_with_dates)
for match in matches:
    print(match)