From 4f3ae78adb32b7353df533c5869faaec6627badf Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 16 Nov 2013 21:15:37 -0800 Subject: [PATCH] Fix formatting. --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 6788a25f..f9defe49 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -172,7 +172,7 @@ option adds the prefix respective ``"0b"`` (``"0B"``), ``"0"``, or ``"0x"`` (``"0X"``) to the output value. Whether the prefix is lower-case or upper-case is determined by the case of the type specifier, for example, the prefix ``"0x"`` is used for the type ``'x'`` - and ``"0X"`` is used for ``'X'``. For floating-point numbers the +and ``"0X"`` is used for ``'X'``. For floating-point numbers the alternate form causes the result of the conversion to always contain a decimal-point character, even if no digits follow it. Normally, a decimal-point character appears in the result of these conversions