diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-10-18 10:55:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 10:55:22 +0200 |
commit | 143d7135c593d5fe0b769210084b68fcf48da212 (patch) | |
tree | a4a7640992f72a05767a8e3e9f6de1db71d55745 /numpy/core/arrayprint.py | |
parent | b6a05c3b880b13b9655d09a66f4189fb9c4aee78 (diff) | |
parent | efaaa96767e3ca048a3cd01107d811e345e3438c (diff) | |
download | numpy-143d7135c593d5fe0b769210084b68fcf48da212.tar.gz |
Merge pull request #14699 from mattip/doc-warnings
MAINT: reduce the number of doc build warnings
Diffstat (limited to 'numpy/core/arrayprint.py')
-rw-r--r-- | numpy/core/arrayprint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index 8a7626d9d..401018015 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -111,7 +111,7 @@ def set_printoptions(precision=None, threshold=None, edgeitems=None, ---------- precision : int or None, optional Number of digits of precision for floating point output (default 8). - May be `None` if `floatmode` is not `fixed`, to print as many digits as + May be None if `floatmode` is not `fixed`, to print as many digits as necessary to uniquely specify the value. threshold : int, optional Total number of array elements which trigger summarization |