diff options
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/lib/recfunctions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/recfunctions.py b/numpy/lib/recfunctions.py index ba9f9dd32..4a27c3286 100644 --- a/numpy/lib/recfunctions.py +++ b/numpy/lib/recfunctions.py @@ -106,7 +106,7 @@ def _get_fieldspec(dtype): def get_names(adtype): """ Returns the field names of the input datatype as a tuple. Input datatype - has to have fields otherwise error is raised. + must have fields otherwise error is raised. Parameters ---------- @@ -138,7 +138,7 @@ def get_names(adtype): def get_names_flat(adtype): """ Returns the field names of the input datatype as a tuple. Input datatype - has to have fields otherwise error is raised. + must have fields otherwise error is raised. Nested structure are flattened beforehand. Parameters |
