summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-01-03 15:48:50 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-01-03 15:48:50 -0700
commita1e9bf56d80e5f412729b938db427a87f39e1122 (patch)
treebfcf7ce8ce816a4b4a9488d3ed3cffc0f14ad451 /doc
parent9fb9288f461c7c7af9708f136fa4f29acdc734a8 (diff)
downloadnumpy-a1e9bf56d80e5f412729b938db427a87f39e1122.tar.gz
MAINT: Fix typos in 1.11.0-notes.rst and mtrand.pyx documentation.
Diffstat (limited to 'doc')
-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.