Fix String Literals documentation about implicit conversions

This commit is contained in:
Alex Beregszaszi 2016-08-04 17:11:03 +01:00
parent 6db12c4f88
commit fefe9bdee7

View File

@ -214,7 +214,7 @@ a non-rational number).
String Literals
---------------
String Literals are written with double quotes (``"abc"``). As with integer literals, their type can vary, but they are implicitly convertible to ``bytes`` if they fit, to ``bytes`` and to ``string``.
String Literals are written with double quotes (``"abc"``). As with integer literals, their type can vary, but they are implicitly convertible to ``bytes1``, ..., ``bytes32`` if they fit, to ``bytes`` and to ``string``.
.. index:: enum