summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/upcoming_changes/10151.improvement.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/10151.improvement.rst b/doc/release/upcoming_changes/10151.improvement.rst
index cedb7ca67..3706a5132 100644
--- a/doc/release/upcoming_changes/10151.improvement.rst
+++ b/doc/release/upcoming_changes/10151.improvement.rst
@@ -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__``.