We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1ae04 commit 8c0f8a1Copy full SHA for 8c0f8a1
1 file changed
README.rst
@@ -148,7 +148,7 @@ Some description is needed though on how to jump from libusb-1.0 documentation
148
to python-libusb1, and vice-versa:
149
150
``usb1`` module groups libusb-1.0 functions as class methods. The first
151
-parameter (when it's a ``libusb_...`` pointer) defined the class the fonction
+parameter (when it's a ``libusb_...`` pointer) defined the class the function
152
belongs to. For example:
153
154
- :c_code:`int libusb_init (libusb_context **context)` becomes USBContext class
0 commit comments