Skip to content

Commit c2a20d0

Browse files
committed
functionfs: Docstring typo fix.
1 parent 7deea31 commit c2a20d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functionfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def getInterfaceInAllSpeeds(interface, endpoint_list, class_descriptor_list=()):
171171
getDescriptor(USBSSPIsocEndpointDescriptor, ...)
172172
Must be provided and non-empty only when endpoint is isochronous and
173173
"superspeed" dict has "bmAttributes" bit 7 set.
174-
class_descriptor (list of descriptors of any type)
174+
class_descriptor_list (list of descriptors of any type)
175175
Descriptors to insert in all speeds between the interface descriptor and
176176
endpoint descriptors.
177177

0 commit comments

Comments
 (0)