diff -r 95902c0b991b -r 2077c8da1893 web/formfields.py --- 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):