mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
> != (!<).
This commit is contained in:
parent
5820022862
commit
c730d5f7e5
1 changed files with 2 additions and 2 deletions
|
@ -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 | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue