web/formfields.py
changeset 9821 2077c8da1893
parent 9718 927d035b6921
parent 9770 112c884b2d8d
child 10006 8391bf718485
--- a/web/formfields.py	Fri May 23 18:35:13 2014 +0200
+++ b/web/formfields.py	Fri Jun 27 11:48:26 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):