diff options
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 0af053f89..607e28a28 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -3796,9 +3796,8 @@ add_newdoc('numpy.core.multiarray', 'shares_memory', Input arrays max_work : int, optional Effort to spend on solving the overlap problem (maximum number - of candidate solutions to consider). Note max_work=1 handles - most usual cases. In addition, the following special values - are recognized: + of candidate solutions to consider). The following special + values are recognized: max_work=MAY_SHARE_EXACT (default) The problem is solved exactly. In this case, the function returns |