summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2020-10-10 15:43:49 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2020-10-10 15:43:49 +0200
commit104c81888760e2f5d6460e667e8092d03dcf70a0 (patch)
treea4bf3c30b48f9fd155693405a7605151d2822e22 /numpy
parent3271a08baf9500f0112be24e7573d9ae2945f847 (diff)
downloadnumpy-104c81888760e2f5d6460e667e8092d03dcf70a0.tar.gz
DOC: Fixed a formatting issue
Diffstat (limited to 'numpy')
-rw-r--r--numpy/ctypeslib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/ctypeslib.py b/numpy/ctypeslib.py
index 741b545d9..a456d5963 100644
--- a/numpy/ctypeslib.py
+++ b/numpy/ctypeslib.py
@@ -89,6 +89,7 @@ else:
def load_library(libname, loader_path):
"""
It is possible to load a library using
+
>>> lib = ctypes.cdll[<full_path_name>] # doctest: +SKIP
But there are cross-platform considerations, such as library file extensions,