]> granicus.if.org Git - python/commitdiff
> != (!<).
authorGeorg Brandl <georg@python.org>
Tue, 6 May 2008 17:20:54 +0000 (17:20 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 6 May 2008 17:20:54 +0000 (17:20 +0000)
Doc/library/stdtypes.rst

index 8f3ae39714ed6d04aab01c075b13f62bdebaa2c0..85438e03015b6877388c89712a180da7cfc9c989 100644 (file)
@@ -1213,11 +1213,11 @@ The conversion types are:
 | ``'F'``    | Floating point decimal format.                      | \(3)  |
 +------------+-----------------------------------------------------+-------+
 | ``'g'``    | Floating point format. Uses lowercase exponential   | \(4)  |
-|            | format if exponent is less than -4 or greater than  |       |
+|            | format if exponent is less than -4 or not less than |       |
 |            | precision, decimal format otherwise.                |       |
 +------------+-----------------------------------------------------+-------+
 | ``'G'``    | Floating point format. Uses uppercase exponential   | \(4)  |
-|            | format if exponent is less than -4 or greater than  |       |
+|            | format if exponent is less than -4 or not less than |       |
 |            | precision, decimal format otherwise.                |       |
 +------------+-----------------------------------------------------+-------+
 | ``'c'``    | Single character (accepts integer or single         |       |