choices: trivial comment correction
This commit is contained in:
parent
5d0e7aeb9f
commit
693f296eba
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user