We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569fc6a commit 2932e91Copy full SHA for 2932e91
numpy/lib/recfunctions.py
@@ -106,7 +106,7 @@ def _get_fieldspec(dtype):
106
def get_names(adtype):
107
"""
108
Returns the field names of the input datatype as a tuple. Input datatype
109
- has to have fields otherwise error is raised.
+ must have fields otherwise error is raised.
110
111
Parameters
112
----------
@@ -138,7 +138,7 @@ def get_names(adtype):
138
def get_names_flat(adtype):
139
140
141
142
Nested structure are flattened beforehand.
143
144
0 commit comments