We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8372e5 commit b7e496bCopy full SHA for b7e496b
advanced/interfacing_with_c/ctypes/cos_module.py
@@ -8,7 +8,7 @@
8
from ctypes.util import find_library
9
10
libm_name = find_library("m")
11
-assert libm_name is not None, "Cannot find libm (math) on this system 👀. That's bad."
+assert libm_name is not None, "Cannot find libm (math) on this system :/ That's bad."
12
13
libm = ctypes.cdll.LoadLibrary(libm_name)
14
0 commit comments