What is choice_set in this Django app tutorial?

There is this line in the Django tutorial, Writing your first Django app, part 1: p.choice_set.create(choice='Not much', votes=0) How is choice_set called into existence and what is it? I suppos...