Skip to content

Commit 4b111a5

Browse files
committed
DOC: import ctypes.util
In Python 3.7, "import ctypes" doesn't seem to provide "ctypes.util".
1 parent 3462e73 commit 4b111a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/fake__jack.py

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

3-
import ctypes
3+
import ctypes.util
44

55
old_find_library = ctypes.util.find_library
66

0 commit comments

Comments
 (0)