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) -
'='
- native byte order'<'
- little-endian'>'
- big-endian (also '!'
)'x'
- pad byte'b'
- char (1)'h'
- short (2)