Skip to content

Commit 7b782bc

Browse files
tannewtdhalbert
andauthored
Update adafruit_usb_host_mass_storage.py
Co-authored-by: Dan Halbert <[email protected]>
1 parent 05bf2d4 commit 7b782bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_usb_host_mass_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757

5858
class USBMassStorage:
59-
"""CircuitPython BlockDevice backed by a USB mass storage device (aka thumb drive.)"""
59+
"""CircuitPython BlockDevice backed by a USB mass storage device (aka thumb drive)."""
6060

6161
def __init__(self, device: usb.core.Device, lun=0):
6262
config_descriptor = adafruit_usb_host_descriptors.get_configuration_descriptor(

0 commit comments

Comments
 (0)