On Sat, Apr 18, 2020 at 8:10 AM kuma35 <sin...@gm...> wrote:
>
> diff --git a/usb/backend/__init__.py b/usb/backend/__init__.py
> index 80b7526..2cb2206 100644
> --- a/usb/backend/__init__.py
> +++ b/usb/backend/__init__.py
> @@ -283,7 +283,7 @@ class IBackend(_objfinalizer.AutoFinalizedObject):
> _not_implemented(self.intr_write)
>
> def intr_read(self, dev_handle, ep, intf, size, timeout):
> - r"""Perform an interrut read.
> + r"""Perform an interrupt read.
>
> dev_handle is the value returned by the open_device() method.
> The ep parameter is the bEndpointAddress field whose endpoint
>
Is it possible for you to create a pull request in github? Thanks,
Best Regards,
Xiaofan
|