summaryrefslogtreecommitdiff
path: root/doc/release/1.11.0-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release/1.11.0-notes.rst')
-rw-r--r--doc/release/1.11.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.11.0-notes.rst b/doc/release/1.11.0-notes.rst
index 705ce73c1..6de10b553 100644
--- a/doc/release/1.11.0-notes.rst
+++ b/doc/release/1.11.0-notes.rst
@@ -99,7 +99,7 @@ New Features
The specification is by precision rather than by C type. Hence, on some
platforms np.int64 may be a `long` instead of `long long` even if the
specified dtype is `long long` because the two may have the same
- precision. The resulting type depends on which c type numpy uses for the
+ precision. The resulting type depends on which C type numpy uses for the
given precision. The byteorder specification is also ignored, the
generated arrays are always in native byte order.