Skip to content

Commit

Permalink
Update doc/release/upcoming_changes/22393.deprecation.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Matti Picus <[email protected]>
  • Loading branch information
seberg and mattip authored Oct 11, 2022
1 parent 9434081 commit 5f11024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release/upcoming_changes/22393.deprecation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fail in the future and give a ``DeprecationWarning`` now::
np.uint8(-1)
np.array([3000], dtype=np.int8)

While many of these did succeed before. Such code was mainly
Many of these did succeed before. Such code was mainly
useful for unsigned integers with negative values such as
`np.uint8(-1)` giving `np.iinfo(np.uint8).max`.

Expand Down

0 comments on commit 5f11024

Please sign in to comment.