docs: minor subjective improvement

This commit is contained in:
Araq
2019-05-04 23:32:28 +02:00
parent 70f5d7fc42
commit 6ed1f2b939

View File

@@ -80,6 +80,7 @@ Enum, sets and casting can be used together as in:
Note how the set turns enum values into powers of 2.
For interoperability with C see the `bitsize pragma <#implementation-specific-pragmas-bitsize-pragma>`_ instead.
If using enums and sets with C, use distinct cint.
For interoperability with C see also the
`bitsize pragma <#implementation-specific-pragmas-bitsize-pragma>`_.