choices: trivial comment correction

This commit is contained in:
Brian S. Stephan 2017-02-04 08:25:02 -06:00
parent 5d0e7aeb9f
commit 693f296eba
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from django.db import models
class ChoiceSet(models.Model):
"""Define facts."""
"""Define collections of possible choices."""
name = models.CharField(max_length=20)
choices = models.TextField()