summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorEddie Darling <eddie.darling@sequencinghealth.com>2023-01-09 20:44:52 -0800
committerGitHub <noreply@github.com>2023-01-09 20:44:52 -0800
commitcab2570b92f3a33645c2fa587c6a3dad1d773f14 (patch)
treed20bd26d162b8cae3d1413e535122e8defe8ed10 /numpy
parent237280769b44d643705db9752891f08789b97ee6 (diff)
downloadnumpy-cab2570b92f3a33645c2fa587c6a3dad1d773f14.tar.gz
DOC: remove extraneous backtick from warning (#22981)
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/multiarray/arraytypes.c.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/arraytypes.c.src b/numpy/core/src/multiarray/arraytypes.c.src
index 3149ff36f..5a102c823 100644
--- a/numpy/core/src/multiarray/arraytypes.c.src
+++ b/numpy/core/src/multiarray/arraytypes.c.src
@@ -293,7 +293,7 @@ static int
"Python integers to integer arrays. The conversion "
"of %.100R to %S will fail in the future.\n"
"For the old behavior, usually:\n"
- " np.array(value).astype(dtype)`\n"
+ " np.array(value).astype(dtype)\n"
"will give the desired result (the cast overflows).",
obj, descr) < 0) {
Py_DECREF(descr);