From d177382065ca135b921175b94a79119c61a1dbd5 Mon Sep 17 00:00:00 2001 From: Allan Haldane Date: Fri, 19 Mar 2021 12:58:15 -0400 Subject: Update arrayprint.py --- numpy/core/arrayprint.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'numpy/core/arrayprint.py') diff --git a/numpy/core/arrayprint.py b/numpy/core/arrayprint.py index 8a93705ca..d9d2dbe68 100644 --- a/numpy/core/arrayprint.py +++ b/numpy/core/arrayprint.py @@ -1053,9 +1053,10 @@ def format_float_scientific(x, precision=None, unique=True, trim='k', Pad the exponent with zeros until it contains at least this many digits. If omitted, the exponent will be at least 2 digits. min_digits : non-negative integer or None, optional - Minimum number of digits to print. This only has an effect for `unique=True`. - In that case more digits than necessary to uniquely identify the value may - be printed. The last additional digit is rounded unbiased. + Minimum number of digits to print. This only has an effect for + `unique=True`. In that case more digits than necessary to uniquely + identify the value may be printed and rounded unbiased. + Returns ------- -- cgit v1.2.1