Skip to content

Commit 3f512b4

Browse files
committed
docs/troubleshooting: fix typo
1 parent 7dcde7a commit 3f512b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The more typical case, though, is that some library has imported something like
103103
model like this::
104104

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

108108
uninitialize_sta() # undo the unwanted side effect
109109

0 commit comments

Comments
 (0)