diff options
author | Andras Deak <deak.andris@gmail.com> | 2017-06-27 23:07:27 +0200 |
---|---|---|
committer | Andras Deak <deak.andris@gmail.com> | 2017-06-27 23:08:43 +0200 |
commit | 3723a5c3fe75ae250d7f332b797c00619f8f3796 (patch) | |
tree | 16a9c118474461f1faee7d9b2c833ebe09c90d95 /numpy | |
parent | bf12213a1835d42acbfc0bd5f5587d30372fc50e (diff) | |
download | numpy-3723a5c3fe75ae250d7f332b797c00619f8f3796.tar.gz |
DOC: Add $PARAMS to the isnat docstring
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/code_generators/ufunc_docstrings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/code_generators/ufunc_docstrings.py b/numpy/core/code_generators/ufunc_docstrings.py index c5172f6a8..6d0d7af34 100644 --- a/numpy/core/code_generators/ufunc_docstrings.py +++ b/numpy/core/code_generators/ufunc_docstrings.py @@ -1722,6 +1722,7 @@ add_newdoc('numpy.core.umath', 'isnat', ---------- x : array_like Input array with datetime or timedelta data type. + $PARAMS Returns ------- |