diff options
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/_dtype.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_dtype.py b/numpy/core/_dtype.py index 50aeeb5bc..4249071ff 100644 --- a/numpy/core/_dtype.py +++ b/numpy/core/_dtype.py @@ -176,7 +176,7 @@ def _byte_order_str(dtype): def _datetime_metadata_str(dtype): - # TODO: this duplicates the C append_metastr_to_string + # TODO: this duplicates the C metastr_to_unicode functionality unit, count = np.datetime_data(dtype) if unit == 'generic': return '' |
