diff options
| author | warren <warren.weckesser@gmail.com> | 2023-03-07 18:04:01 -0500 |
|---|---|---|
| committer | warren <warren.weckesser@gmail.com> | 2023-03-07 18:04:10 -0500 |
| commit | 700c0342a8dbfd5649e72b3ddfdd98f7c9cb58dc (patch) | |
| tree | 5e3001e13284a4af6ee9fad1a968ce344ec96a90 /numpy/lib | |
| parent | b6d372c25fab5033b828dd9de551eb0b7fa55800 (diff) | |
| download | numpy-700c0342a8dbfd5649e72b3ddfdd98f7c9cb58dc.tar.gz | |
DOC: Add 'may vary' markup in info() docstring.
[skip actions] [skip travis] [skip cirrus]
Diffstat (limited to 'numpy/lib')
| -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 |
