diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2018-02-16 15:34:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-16 15:34:03 -0800 |
commit | 348c47c20ab7f04f439a4a91f0652edfefffd576 (patch) | |
tree | 0f99cc88c53c9cf1b8ef590343f2e9733cbe52e2 /numpy/add_newdocs.py | |
parent | c76e447acc5ba79809856c169de2e8684dd8e508 (diff) | |
download | numpy-348c47c20ab7f04f439a4a91f0652edfefffd576.tar.gz |
Update add_newdocs.py
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 868f63632..9740292bb 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -1775,7 +1775,7 @@ add_newdoc('numpy.core.multiarray', 'promote_types', kind to which both ``type1`` and ``type2`` may be safely cast. The returned data type is always in native byte order. - This function is symmetric, and _usually_ associative. + This function is symmetric, but rarely associative. Parameters ---------- |