From 4f4d87661655781ee23bb8860c07afe67b301111 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 6 Dec 2019 07:06:19 -0800 Subject: [PATCH] Remove '%' from the docs --- doc/syntax.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/syntax.rst b/doc/syntax.rst index 1f25dacf..5c24551e 100644 --- a/doc/syntax.rst +++ b/doc/syntax.rst @@ -265,10 +265,6 @@ The available presentation types for floating-point values are: | | the current locale setting to insert the appropriate | | | number separator characters. | +---------+----------------------------------------------------------+ -| ``'%'`` | Fixed point as a percentage. This is similar to ``'f'``, | -| | but the argument is multiplied by 100 and a percent sign | -| | ``%`` is appended. | -+---------+----------------------------------------------------------+ | 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 |