Skip to content

Commit c2d1a35

Browse files
committed
Fix documentation of params
1 parent 8916fcc commit c2d1a35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_sdcard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ def _calculate_crc_table():
490490
def calculate_crc(message):
491491
"""
492492
Calculate the CRC of message[0:5], using a precomputed table in CRC_TABLE.
493+
493494
:param bytearray message: Where each index is a byte
494495
"""
495496

0 commit comments

Comments
 (0)