Skip to content

Commit

Permalink
Fix to malformed table.
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-griffiths committed Jan 1, 2025
1 parent baf5b26 commit 70f5a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/quick_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ The endianness character must start the format string:

This is followed by at least one of these format characters:

======= ===============================
=============== ===============================
``'b'`` 8 bit signed integer
``'B'`` 8 bit unsigned integer
``'h'`` 16 bit signed integer
Expand All @@ -499,7 +499,7 @@ This is followed by at least one of these format characters:
``'e'`` 16 bit floating point number
``'f'`` 32 bit floating point number
``'d'`` 64 bit floating point number
======= ===============================
=============== ===============================

The exact type is determined by combining the endianness character with the format character, but rather than give an exhaustive list a single example should explain:

Expand Down

0 comments on commit 70f5a3c

Please sign in to comment.