From 67efd66a07605e888a7f87d396a33abe8749bc27 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Thu, 20 Feb 2025 20:38:29 -0800 Subject: [PATCH] Revise bullet point formatting [skip azp] [skip cirrus] [skip actions] --- doc/source/reference/arrays.promotion.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/reference/arrays.promotion.rst b/doc/source/reference/arrays.promotion.rst index f38f2d5eb9c5..b445608195d4 100644 --- a/doc/source/reference/arrays.promotion.rst +++ b/doc/source/reference/arrays.promotion.rst @@ -236,7 +236,9 @@ such as byte-order, metadata, string length, or exact structured dtype layout. While the string length or field names of a structured dtype are important, NumPy considers byte-order, metadata, and the exact layout of a structured dtype as storage details. + During promotion NumPy does *not* take these storage details into account: + * Byte-order is converted to native byte-order. * Metadata attached to the dtype may or may not be preserved. * Resulting structured dtypes will be packed (but aligned if inputs were).