From 8459c33a6a0c2816e3ec8ccb8ff948148046e7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 19 Dec 2018 11:13:27 +0100 Subject: [PATCH] Cleanup --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c884fe7..63a11db 100644 --- a/README.md +++ b/README.md @@ -775,14 +775,14 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03' ### Format **Use capital leters for unsigned type.** -* `'x'` - pad byte -* `'c'` - char -* `'h'` - short -* `'i'` - int -* `'l'` - long -* `'q'` - long long -* `'f'` - float -* `'d'` - double +* `'x'` - Pad byte +* `'c'` - Char +* `'h'` - Short +* `'i'` - Int +* `'l'` - Long +* `'q'` - Long long +* `'f'` - Float +* `'d'` - Double Hashlib