summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-06-25 13:53:10 -0500
committerSebastian Berg <sebastian@sipsolutions.net>2020-07-08 18:13:06 -0500
commitd39953c060a8c3da785062413234f02a7d8f5b95 (patch)
treeed6d32bc3bde28ac0ddd07d608e47fbe7cdcd31a
parent4fe0ad2eb3342531723f0342fb14a96d4497decb (diff)
downloadnumpy-d39953c060a8c3da785062413234f02a7d8f5b95.tar.gz
Update doc/release/upcoming_changes/16200.compatibility.rst
Co-authored-by: Anirudh Subramanian <anirudh2290@apache.org>
-rw-r--r--doc/release/upcoming_changes/16200.compatibility.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/16200.compatibility.rst b/doc/release/upcoming_changes/16200.compatibility.rst
index a067079cc..854a079b5 100644
--- a/doc/release/upcoming_changes/16200.compatibility.rst
+++ b/doc/release/upcoming_changes/16200.compatibility.rst
@@ -20,7 +20,7 @@ To avoid backward compatibility issues, at this time assignment from
``datetime64`` scalar to strings of too short length remains supported.
This means that ``np.asarray(np.datetime64("2020-10-10"), dtype="S5")``
succeeds now, when it failed before. In the long term this may be
-deprecate this or the unsafe cast may be allowed generally to make assignment
+deprecated or the unsafe cast may be allowed generally to make assignment
of arrays and scalars behave consistently.