diff options
-rw-r--r-- | numpy/core/_add_newdocs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py index a94b3193e..31fdb60b6 100644 --- a/numpy/core/_add_newdocs.py +++ b/numpy/core/_add_newdocs.py @@ -5497,12 +5497,12 @@ add_newdoc('numpy.core.multiarray', 'dtype', ('metadata', The metadata field can be set using any dictionary at data-type creation. NumPy currently has no uniform approach to propagating - metadata; although some array operations preserve it there is no + metadata; although some array operations preserve it, there is no guarantee that others will. .. warning:: - Although used in certain projects this feature was long undocumented + Although used in certain projects, this feature was long undocumented and is not well supported. Some aspects of metadata propagation are expected to change in the future. |