Skip to content

Commit 86ad8ab

Browse files
jordan-bonecuttervpelletier
authored andcommitted
Fix typo
contewt => context
1 parent eab9e85 commit 86ad8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usb1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ def open(self):
21622162
This happens automatically on the first method call needing access to
21632163
the uninitialised properties, but with a warning.
21642164
Call this method ONLY if your usage pattern prevents you from using the
2165-
with USBContext() as contewt:
2165+
with USBContext() as context:
21662166
form: this means there are ways to avoid calling close(), which can
21672167
cause issues particularly hard to debug (ex: interpreter hangs on
21682168
exit).

0 commit comments

Comments
 (0)