diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-12-16 14:24:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 14:24:34 +0000 |
commit | 0a562f37b849d945b99ee2a212b53901601ae9af (patch) | |
tree | ad771a9809d89511508de56e39d2f268a9a77c99 /doc/source/reference | |
parent | 6658f0f179ca22526631735194faa5d2c5559bf8 (diff) | |
download | numpy-0a562f37b849d945b99ee2a212b53901601ae9af.tar.gz |
Update doc/source/reference/arrays.scalars.rst
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/arrays.scalars.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.scalars.rst b/doc/source/reference/arrays.scalars.rst index c3fb1f91b..ea1cae23e 100644 --- a/doc/source/reference/arrays.scalars.rst +++ b/doc/source/reference/arrays.scalars.rst @@ -178,7 +178,7 @@ Inexact types The printing behavior of inexact scalars is to use as few digits as possible to display the result unambiguously. This means that equal values at - different precisions will display differently:: + different precisions may display differently:: >>> f16 = np.float16("0.1") >>> f32 = np.float32(f16) |