Skip to content

Commit 974ab88

Browse files
committed
DOC: import ctypes.util
In Python 3.7, "import ctypes" doesn't seem to provide "ctypes.util".
1 parent cc5c8e3 commit 974ab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fake__sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Mock module for Sphinx autodoc."""
22

33

4-
import ctypes
4+
import ctypes.util
55

66

77
old_find_library = ctypes.util.find_library

0 commit comments

Comments
 (0)