Le 21 févr. 2015 15:27, "Nick Coghlan" <ncoghlan@gmail.com> a écrit :
> int expected, but found str
> float expected, but found int
>
> 'int' expected, but found 'str'
> 'float' expected, but found 'int'
I would prefer quotes with the word type:
'float' type expected, but got 'int' type
Or no quotes.
Victor