From 36c294822568774629f3d0a3c14ef1bb3d2cd60f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 8 Jun 2021 08:25:50 -0700 Subject: [PATCH] Update docs --- doc/syntax.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/syntax.rst b/doc/syntax.rst index a1d5d85f..4eff1d4f 100644 --- a/doc/syntax.rst +++ b/doc/syntax.rst @@ -262,10 +262,8 @@ The available presentation types for floating-point values are: | | ``'E'`` if the number gets too large. The | | | representations of infinity and NaN are uppercased, too. | +---------+----------------------------------------------------------+ -| none | Similar to ``'g'``, except that fixed-point notation, | -| | when used, has at least one digit past the decimal | -| | point. The default precision is as high as needed to | -| | represent the particular value. | +| none | Similar to ``'g'``, except that the default precision is | +| | as high as needed to represent the particular value. | +---------+----------------------------------------------------------+ .. ifconfig:: False