Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
contewt => context
  • Loading branch information
jordan-bonecutter authored and vpelletier committed Dec 29, 2021
1 parent eab9e85 commit 86ad8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,7 @@ def open(self):
This happens automatically on the first method call needing access to
the uninitialised properties, but with a warning.
Call this method ONLY if your usage pattern prevents you from using the
with USBContext() as contewt:
with USBContext() as context:
form: this means there are ways to avoid calling close(), which can
cause issues particularly hard to debug (ex: interpreter hangs on
exit).
Expand Down

0 comments on commit 86ad8ab

Please sign in to comment.