Skip to content

Commit 22cb706

Browse files
authored
Merge pull request #46 from Neradoc/fix-documentation-params
Fix documentation of params
2 parents 8916fcc + c2d1a35 commit 22cb706

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)