From 61a4d93d1f6609f5ce56ae831ac063af50122dae Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 26 Sep 2018 17:05:54 +0100 Subject: Make the exponentiation 0**0 note a real RST note --- docs/types.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/types.rst b/docs/types.rst index 16948ee3..80ea3444 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -120,7 +120,8 @@ Exponentiation Exponentiation is only available for unsigned types. Please take care that the types you are using are large enough to hold the result and prepare for potential wrapping behaviour. -Note that ``0**0`` is defined by the EVM as ``1``. +.. note:: + Note that ``0**0`` is defined by the EVM as ``1``. .. index:: ! ufixed, ! fixed, ! fixed point number -- cgit v1.2.3