File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1457,7 +1457,7 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03'
1457
1457
1458
1458
#### Use capital letter for unsigned type. Standard sizes are in brackets:
1459
1459
* ** ` 'x' ` - pad byte**
1460
- * ** ` 'c ' ` - char (1)**
1460
+ * ** ` 'b ' ` - char (1)**
1461
1461
* ** ` 'h' ` - short (2)**
1462
1462
* ** ` 'i' ` - int (4)**
1463
1463
* ** ` 'l' ` - long (4)**
Original file line number Diff line number Diff line change @@ -1272,7 +1272,7 @@ <h4 id="forstandardsizesstartformatstringwith">For standard sizes start format s
1272
1272
< h4 id ="usecapitalletterforunsignedtypestandardsizesareinbrackets "> Use capital letter for unsigned type. Standard sizes are in brackets:</ h4 >
1273
1273
< ul >
1274
1274
< li > < strong > < code class ="python hljs "> < span class ="hljs-string "> 'x'</ span > </ code > - pad byte</ strong > </ li >
1275
- < li > < strong > < code class ="python hljs "> < span class ="hljs-string "> 'c '</ span > </ code > - char (1)</ strong > </ li >
1275
+ < li > < strong > < code class ="python hljs "> < span class ="hljs-string "> 'b '</ span > </ code > - char (1)</ strong > </ li >
1276
1276
< li > < strong > < code class ="python hljs "> < span class ="hljs-string "> 'h'</ span > </ code > - short (2)</ strong > </ li >
1277
1277
< li > < strong > < code class ="python hljs "> < span class ="hljs-string "> 'i'</ span > </ code > - int (4)</ strong > </ li >
1278
1278
< li > < strong > < code class ="python hljs "> < span class ="hljs-string "> 'l'</ span > </ code > - long (4)</ strong > </ li >
You can’t perform that action at this time.
0 commit comments