diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-06-30 17:51:12 +0300 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-07-08 18:13:06 -0500 |
commit | 0f7812987187c5173ce42c68a81c5d2d2b391c58 (patch) | |
tree | 4f072c0fb6a08b40815392944ccf925fdd28429b /doc/release | |
parent | b36750b11c2be22e42b6dbb61c60242b0a0c9eeb (diff) | |
download | numpy-0f7812987187c5173ce42c68a81c5d2d2b391c58.tar.gz |
Update doc/release/upcoming_changes/16200.compatibility.rst
Co-authored-by: Hameer Abbasi <einstein.edison@gmail.com>
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/upcoming_changes/16200.compatibility.rst | 2 |
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 854a079b5..d0fd51265 100644 --- a/doc/release/upcoming_changes/16200.compatibility.rst +++ b/doc/release/upcoming_changes/16200.compatibility.rst @@ -44,7 +44,7 @@ a uniform string length:: np.array([np.float64(3.)], dtype="S") # gives "S32" np.array([3.0], dtype="S") # gives "S3" -while previously the fist version gave the same result as the second. +while previously the first version gave the same result as the second. Array coercion restructure |