diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-03-07 19:21:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 19:21:21 -0500 |
commit | 4db5303f478e92c9b0ddd0700b479a0ef2c04bff (patch) | |
tree | 5e3001e13284a4af6ee9fad1a968ce344ec96a90 /numpy | |
parent | b6d372c25fab5033b828dd9de551eb0b7fa55800 (diff) | |
parent | 700c0342a8dbfd5649e72b3ddfdd98f7c9cb58dc (diff) | |
download | numpy-4db5303f478e92c9b0ddd0700b479a0ef2c04bff.tar.gz |
Merge pull request #23359 from WarrenWeckesser/doc-fix-info
DOC: Add 'may vary' markup in info() docstring.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/lib/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index b5add0ace..095c914db 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -587,7 +587,7 @@ def info(object=None, maxwidth=76, output=None, toplevel='numpy'): aligned: True contiguous: True fortran: False - data pointer: 0x562b6e0d2860 + data pointer: 0x562b6e0d2860 # may vary byteorder: little byteswap: False type: complex64 |