Skip to content

Commit 0b63da3

Browse files
committed
Deployed 92206aa to dev with MkDocs 1.6.1 and mike 2.1.1
1 parent 92206aa commit 0b63da3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/syntax/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,
12241224
with the addition of the <code>{}</code> and with <code>:</code> used instead of <code>%</code>. For
12251225
example, <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

0 commit comments

Comments
 (0)