From 7f36307c7d149a55b554445f90c299e253976d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 5 May 2019 16:47:07 +0200 Subject: [PATCH] Struct changed char from c to b --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 755230e..14b0e83 100644 --- a/README.md +++ b/README.md @@ -1457,7 +1457,7 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03' #### Use capital letter for unsigned type. Standard sizes are in brackets: * **`'x'` - pad byte** -* **`'c'` - char (1)** +* **`'b'` - char (1)** * **`'h'` - short (2)** * **`'i'` - int (4)** * **`'l'` - long (4)** diff --git a/index.html b/index.html index 2c11b53..363bae2 100644 --- a/index.html +++ b/index.html @@ -1272,7 +1272,7 @@ db.commit()

Use capital letter for unsigned type. Standard sizes are in brackets: