From 17c6900f83550c32a16a32c23311faff98601889 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 17 Mar 2019 14:15:48 -0700 Subject: [PATCH] Update docs --- doc/syntax.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/syntax.rst b/doc/syntax.rst index 914ef34a..4f3d5e5c 100644 --- a/doc/syntax.rst +++ b/doc/syntax.rst @@ -244,7 +244,7 @@ The available presentation types for floating-point values are: | | notation using the letter 'e' to indicate the exponent. | +---------+----------------------------------------------------------+ | ``'E'`` | Exponent notation. Same as ``'e'`` except it uses an | -| | upper-case 'E' as the separator character. | +| | upper-case ``'E'`` as the separator character. | +---------+----------------------------------------------------------+ | ``'f'`` | Fixed point. Displays the number as a fixed-point | | | number. | @@ -271,8 +271,6 @@ The available presentation types for floating-point values are: | none | The same as ``'g'``. | +---------+----------------------------------------------------------+ -Floating-point formatting is locale-dependent. - .. ifconfig:: False +---------+----------------------------------------------------------+