8000 edit · numpy/numpy@fd16b06 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd16b06

Browse files
committed
edit
1 parent 705b7fd commit fd16b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/ctypeslib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def load_library(libname, loader_path):
123123
Examples
124124
--------
125125
>>> np.ctypeslib.load_library('_multiarray_umath', np.core._multiarray_umath.__file__)
126-
<CDLL '/Users/linussommer/miniconda3/lib/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-darwin.so', handle 7ff9062ef010 at 0x108414c50>
126+
<CDLL '/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-darwin.so', handle 7ff9062ef0 4747 10 at 0x108414c50>
127127
"""
128128
# Convert path-like objects into strings
129129
libname = os.fsdecode(libname)

0 commit comments

Comments
 (0)
0