diff options
author | Isaac Virshup <ivirshup@gmail.com> | 2019-08-27 12:32:52 +1000 |
---|---|---|
committer | Isaac Virshup <ivirshup@gmail.com> | 2019-08-27 12:39:32 +1000 |
commit | 8c0bb22cb5b0979defe11e4befd20f7b79f5da08 (patch) | |
tree | 941da3259784ec405479420d36118ea7627810ae /numpy/doc/subclassing.py | |
parent | d037f06c85bf15140084e537d12d6cf9c5cf4fa2 (diff) | |
download | numpy-8c0bb22cb5b0979defe11e4befd20f7b79f5da08.tar.gz |
DOC: Fixed dtype docs for var, nanvar.
Docs incorrectly stated that the default output dtype was float32 when
input array is of an integer dtype. However:
```python
np.var(np.random.randint(0, 100, 1000)).dtype == np.dtype("f8")
```
Diffstat (limited to 'numpy/doc/subclassing.py')
0 files changed, 0 insertions, 0 deletions