Skip to content

Commit 7f36307

Browse files
committed
Struct changed char from c to b
1 parent 06f54c7 commit 7f36307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03'
14571457

14581458
#### Use capital letter for unsigned type. Standard sizes are in brackets:
14591459
* **`'x'` - pad byte**
1460-
* **`'c'` - char (1)**
1460+
* **`'b'` - char (1)**
14611461
* **`'h'` - short (2)**
14621462
* **`'i'` - int (4)**
14631463
* **`'l'` - long (4)**

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ <h4 id="forstandardsizesstartformatstringwith">For standard sizes start format s
12721272
<h4 id="usecapitalletterforunsignedtypestandardsizesareinbrackets">Use capital letter for unsigned type. Standard sizes are in brackets:</h4>
12731273
<ul>
12741274
<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>
12761276
<li><strong><code class="python hljs"><span class="hljs-string">'h'</span></code> - short (2)</strong></li>
12771277
<li><strong><code class="python hljs"><span class="hljs-string">'i'</span></code> - int (4)</strong></li>
12781278
<li><strong><code class="python hljs"><span class="hljs-string">'l'</span></code> - long (4)</strong></li>

0 commit comments

Comments
 (0)