Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95f59d2

Browse files
committed
Struct
1 parent bde6723 commit 95f59d2

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
@@ -1962,7 +1962,7 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03'
19621962

19631963
### Format
19641964
#### For standard type sizes start format string with:
1965-
* **`'='` - native byte order**
1965+
* **`'='` - native byte order (usually little-endian)**
19661966
* **`'<'` - little-endian**
19671967
* **`'>'` - big-endian (also `'!'`)**
19681968

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@
17511751
</code></pre></div>
17521752

17531753
<div><h3 id="format-2">Format</h3><div><h4 id="forstandardtypesizesstartformatstringwith">For standard type sizes start format string with:</h4><ul>
1754-
<li><strong><code class="python hljs"><span class="hljs-string">'='</span></code> - native byte order</strong></li>
1754+
<li><strong><code class="python hljs"><span class="hljs-string">'='</span></code> - native byte order (usually little-endian)</strong></li>
17551755
<li><strong><code class="python hljs"><span class="hljs-string">'&lt;'</span></code> - little-endian</strong></li>
17561756
<li><strong><code class="python hljs"><span class="hljs-string">'&gt;'</span></code> - big-endian (also <code class="python hljs"><span class="hljs-string">'!'</span></code>)</strong></li>
17571757
</ul></div></div><div><h4 id="integertypesuseacapitalletterforunsignedtypeminimumandstandardsizesareinbrackets">Integer types. Use a capital letter for unsigned type. Minimum and standard sizes are in brackets:</h4><ul>

0 commit comments

Comments
 (0)