web/formfields.py
branchstable
changeset 9701 46c8d8701240
parent 9283 5f2c5eb1a820
child 9770 112c884b2d8d
--- a/web/formfields.py	Mon Apr 14 11:54:33 2014 +0200
+++ b/web/formfields.py	Mon Apr 14 12:07:00 2014 +0200
@@ -382,7 +382,7 @@
         called by widgets which requires a vocabulary.
 
         It should return a list of tuple (label, value), where value
-        *must be an unicode string*, not a typed value.
+        *must be a unicode string*, not a typed value.
         """
         assert self.choices is not None
         if callable(self.choices):