We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab9e85 commit 86ad8abCopy full SHA for 86ad8ab
1 file changed
usb1/__init__.py
@@ -2162,7 +2162,7 @@ def open(self):
2162
This happens automatically on the first method call needing access to
2163
the uninitialised properties, but with a warning.
2164
Call this method ONLY if your usage pattern prevents you from using the
2165
- with USBContext() as contewt:
+ with USBContext() as context:
2166
form: this means there are ways to avoid calling close(), which can
2167
cause issues particularly hard to debug (ex: interpreter hangs on
2168
exit).
0 commit comments