Skip to content

Commit

Permalink
docs/troubleshooting: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed May 7, 2024
1 parent 7dcde7a commit 3f512b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The more typical case, though, is that some library has imported something like
model like this::

import win32com # this sets current thread to STA :-(
from bleak.backends.winrt.utils import uninitialize_sta
from bleak.backends.winrt.util import uninitialize_sta

uninitialize_sta() # undo the unwanted side effect

Expand Down

0 comments on commit 3f512b4

Please sign in to comment.