diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-03 15:48:50 -0700 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-03 15:48:50 -0700 |
| commit | a1e9bf56d80e5f412729b938db427a87f39e1122 (patch) | |
| tree | bfcf7ce8ce816a4b4a9488d3ed3cffc0f14ad451 /numpy/random | |
| parent | 9fb9288f461c7c7af9708f136fa4f29acdc734a8 (diff) | |
| download | numpy-a1e9bf56d80e5f412729b938db427a87f39e1122.tar.gz | |
MAINT: Fix typos in 1.11.0-notes.rst and mtrand.pyx documentation.
Diffstat (limited to 'numpy/random')
| -rw-r--r-- | numpy/random/mtrand/mtrand.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/mtrand/mtrand.pyx b/numpy/random/mtrand/mtrand.pyx index 110b60a9b..489cc9e6e 100644 --- a/numpy/random/mtrand/mtrand.pyx +++ b/numpy/random/mtrand/mtrand.pyx @@ -1216,7 +1216,7 @@ cdef class RandomState: single value is returned. dtype : dtype, optional Desired dtype of the result. All dtypes are determined by their - name, i.e., 'int64', 'int`, etc, so byteorder is not available + name, i.e., 'int64', 'int', etc, so byteorder is not available and a specific precision may have different C types depending on the platform. The default value is 'l' (C long). |
