File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ <h2 id="format-specification-mini-language">Format Specification Mini-Language</
691691 < td > < code > 'b'</ code > </ td >
692692 < td >
693693 Binary format. Outputs the number in base 2. Using the < code > '#'</ code >
694- option with this type adds the prefix < code > "0b"</ code > to the output value.
694+ option with this type adds the prefix < code > "0b"</ code > to the output value.
695695 </ td >
696696</ tr >
697697< tr >
@@ -1219,8 +1219,8 @@ <h2 id="range-format-specifications">Range Format Specifications</h2>
12191219</ code > </ pre >
12201220< h2 id ="format-examples "> Format Examples</ h2 >
12211221< p > This section contains examples of the format syntax and comparison with
1222- the printf formatting.</ p >
1223- < p > In most of the cases the syntax is similar to the printf formatting,
1222+ the < code > printf</ code > formatting.</ p >
1223+ < p > In most of the cases the syntax is similar to the < code > printf</ code > formatting,
12241224with the addition of the < code > {}</ code > and with < code > :</ code > used instead of < code > %</ code > . For
12251225example, < code > "%03.2f"</ code > can be translated to < code > "{:03.2f}"</ code > .</ p >
12261226< p > The new format syntax also supports new and different options, shown in
You can’t perform that action at this time.
0 commit comments