File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -310,10 +310,10 @@ The available integer presentation types are::
310
310
Unicode character before printing.
311
311
'd' - Decimal Integer. Outputs the number in base 10.
312
312
'o' - Octal format. Outputs the number in base 8.
313
- 'x' - Hex format. Outputs the number in base 16, using lower-
314
- case letters for the digits above 9.
315
- 'X' - Hex format. Outputs the number in base 16, using upper-
316
- case letters for the digits above 9.
313
+ 'x' - Hex format. Outputs the number in base 16, using
314
+ lower- case letters for the digits above 9.
315
+ 'X' - Hex format. Outputs the number in base 16, using
316
+ upper- case letters for the digits above 9.
317
317
'n' - Number. This is the same as 'd', except that it uses the
318
318
current locale setting to insert the appropriate
319
319
number separator characters.
You can’t perform that action at this time.
0 commit comments