summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-11-09 06:55:01 -0700
committerGitHub <noreply@github.com>2022-11-09 06:55:01 -0700
commitf1fb58bf95426c985f374273b665601a6c175bf0 (patch)
treea217f1197fd1bdd3b6023f5fc0ebf93f6546da44 /doc
parentec23c51919e442ccd14cc969020b5fd3be927dda (diff)
downloadnumpy-f1fb58bf95426c985f374273b665601a6c175bf0.tar.gz
MAINT: Update doc/release/upcoming_changes/22540.expired.rst
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/22540.expired.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/22540.expired.rst b/doc/release/upcoming_changes/22540.expired.rst
index 3c5cb11c3..53e876cbf 100644
--- a/doc/release/upcoming_changes/22540.expired.rst
+++ b/doc/release/upcoming_changes/22540.expired.rst
@@ -1,5 +1,5 @@
* Passing dtype instances other than the canonical (mainly native byte-order)
- ones to ``dtype=`` or ``signature=` in ufuncs will now raise a ``TypeError``.
+ ones to ``dtype=`` or ``signature=`` in ufuncs will now raise a ``TypeError``.
We recommend passing the strings ``"int8"`` or scalar types ``np.int8``
since the byte-order, datetime/timedelta unit, etc. are never enforced.
(Initially deprecated in NumPy 1.21.)