diff options
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r-- | numpy/core/_internal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_internal.py b/numpy/core/_internal.py index d8d9168ac..f2f24bcc5 100644 --- a/numpy/core/_internal.py +++ b/numpy/core/_internal.py @@ -132,7 +132,7 @@ def _array_descr(descriptor): # Note that the name numpy.core._internal._reconstruct is embedded in # pickles of ndarrays made with NumPy before release 1.0 # so don't remove the name here, or you'll -# break backward compatibilty. +# break backward compatibility. def _reconstruct(subtype, shape, dtype): return ndarray.__new__(subtype, shape, dtype) |