diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 2fbd5d5d..514eac05 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -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