summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-01-31 19:55:05 -0700
committerGitHub <noreply@github.com>2021-01-31 19:55:05 -0700
commitd5b6b41bcff0bd85e34f1f4afb6130fdec72ec7b (patch)
treeb0b4997488783b015046646a795b62dbf1640eb8
parentf55f5d45518c2f83271330041b982e55dcd6bbf9 (diff)
parentc538032491490e887007fd3f40453905f7b94b3d (diff)
downloadnumpy-d5b6b41bcff0bd85e34f1f4afb6130fdec72ec7b.tar.gz
Merge pull request #18272 from Carreau/underline-length
DOC: Numpydoc warning incorrect underline length.
-rw-r--r--numpy/ctypeslib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ctypeslib.py b/numpy/ctypeslib.py
index e8f7750fe..7d2b3c2a8 100644
--- a/numpy/ctypeslib.py
+++ b/numpy/ctypeslib.py
@@ -4,7 +4,7 @@
============================
See Also
----------
+--------
load_library : Load a C library.
ndpointer : Array restype/argtype with verification.
as_ctypes : Create a ctypes array from an ndarray.