From e96c177c9e4aa92e6ce200af07dd3be1a355c91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Thu, 12 Mar 2020 04:22:16 +0100 Subject: [PATCH] Struct --- README.md | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e07c09..5267761 100644 --- a/README.md +++ b/README.md @@ -1959,7 +1959,7 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03' ``` ### Format -#### For standard sizes start format string with: +#### For standard type sizes start format string with: * **`'='` - native byte order** * **`'<'` - little-endian** * **`'>'` - big-endian (also `'!'`)** diff --git a/index.html b/index.html index e9aa5a7..7e5d926 100644 --- a/index.html +++ b/index.html @@ -1736,11 +1736,11 @@ db = connector.connect(host=<str>, user=<str>, password=<str>, (1, 2, 3) -

Format

For standard sizes start format string with: