app/soc/models/answer.py
changeset 512 aae25d2b4464
parent 339 b9be44e09530
child 568 6713617751b4
--- a/app/soc/models/answer.py	Thu Nov 20 18:06:43 2008 +0000
+++ b/app/soc/models/answer.py	Thu Nov 20 18:50:30 2008 +0000
@@ -80,7 +80,7 @@
   #: contain a single string that is a free-form text answer.
   #:
   #: For Questions that *are* multiple-choice, this list will contain one
-  #: or more short, plain-text, "link_name-like" strings representing the
+  #: or more short, plain-text, "link_id-like" strings representing the
   #: "encoded" answer choices (see the choice_ids property in
   #: soc.models.question.Question).  For such multiple-choice Questions,    
   #: how many strings are stored depends on the max_answers property of