Skip to content

Commit

Permalink
DOC: Fix a minor typo in changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Sep 24, 2019
1 parent 0498afe commit be36366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release/upcoming_changes/10151.improvement.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ On any given platform, two of ``np.intc``, ``np.int_``, and ``np.longlong``
would previously appear indistinguishable through their ``repr``, despite
their corresponding ``dtype`` having different properties.
A similar problem existed for the unsigned counterparts to these types, and on
some plaforms for ``np.double`` and ``np.longdouble``
some platforms for ``np.double`` and ``np.longdouble``

These types now always print with a unique ``__name__``.

0 comments on commit be36366

Please sign in to comment.