From 700c0342a8dbfd5649e72b3ddfdd98f7c9cb58dc Mon Sep 17 00:00:00 2001 From: warren Date: Tue, 7 Mar 2023 18:04:01 -0500 Subject: DOC: Add 'may vary' markup in info() docstring. [skip actions] [skip travis] [skip cirrus] --- numpy/lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/utils.py') 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 -- cgit v1.2.1