summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/code_generators/generate_umath.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/code_generators/generate_umath.py b/numpy/core/code_generators/generate_umath.py
index da187aa8c..58b39d949 100644
--- a/numpy/core/code_generators/generate_umath.py
+++ b/numpy/core/code_generators/generate_umath.py
@@ -318,13 +318,13 @@ defdict = {
),
'fmax' :
Ufunc(2, 1, None,
- "",
+ docstrings.get('numpy.core.umath.fmax'),
TD(noobj),
TD(O, f='npy_ObjectMax')
),
'fmin' :
Ufunc(2, 1, None,
- "",
+ docstrings.get('numpy.core.umath.fmin'),
TD(noobj),
TD(O, f='npy_ObjectMin')
),