From 3f512b43d4a3941b96c9aa8cf0538c541a2a95ea Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 7 May 2024 15:17:12 -0500 Subject: [PATCH] docs/troubleshooting: fix typo --- docs/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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