Skip to content

Commit 9e82238

Browse files
committed
docs: fix sphinx syntax for Packet "checksum" parameter
Prior to this change, Sphinx incorrectly indented the "checksum" list item. Wrap and indent the lines at a proper length so that Sphinx renders this list item the same as the other items.
1 parent 338f12a commit 9e82238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_bluefruit_connect/packet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ class Packet:
3939
- '!' - The first byte is always an exclamation point.
4040
- *type* - A single byte designating the type of packet: b'A', b'B', etc.
4141
- *data ...* - Multiple bytes of data, varying by packet type.
42-
- *checksum* - A single byte checksum, computed by adding up all the data bytes and
43-
inverting the sum.
42+
- *checksum* - A single byte checksum, computed by adding up all the data
43+
bytes and inverting the sum.
4444
4545
This is an abstract class.
4646
"""

0 commit comments

Comments
 (0)