From d5d65fb0c31b3847e6ca395ec94ee674bcdea401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 20 Jul 2022 21:13:07 +0200 Subject: [PATCH] Typo in Struct --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 300302a..2e1987a 100644 --- a/README.md +++ b/README.md @@ -1997,7 +1997,7 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03' * **`'<'` - Little-endian.** * **`'>'` - Big-endian (also `'!'`).** -#### Besides numbers, pack() and unpack() also support bytes objects as part of the seqence: +#### Besides numbers, pack() and unpack() also support bytes objects as part of the sequence: * **`'c'` - A bytes object with a single element. Use `'x'` for pad byte.** * **`'s'` - A bytes object with n elements.** diff --git a/index.html b/index.html index 3e792ad..413b4c5 100644 --- a/index.html +++ b/index.html @@ -1656,7 +1656,7 @@ CompletedProcess(args=['bc', '=' - System's byte order (usually little-endian).
  • '<' - Little-endian.
  • '>' - Big-endian (also '!').
  • -

    Besides numbers, pack() and unpack() also support bytes objects as part of the seqence:

      +

    Besides numbers, pack() and unpack() also support bytes objects as part of the sequence:

    • 'c' - A bytes object with a single element. Use 'x' for pad byte.
    • '<n>s' - A bytes object with n elements.

    Integer types. Use a capital letter for unsigned type. Minimum and standard sizes are in brackets: