summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
diff options
context:
space:
mode:
authorJaime <jaime.frio@gmail.com>2017-05-09 11:46:35 +0200
committerGitHub <noreply@github.com>2017-05-09 11:46:35 +0200
commitc11628abd820a1f44b052ea87af810f8f00cf2e4 (patch)
tree1b604adcf75bec0009c27d340e6ede2adb03b2ec /numpy/core/_internal.py
parent23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff)
parentef5684564e3074daf614846f30bfdd7f15f5254f (diff)
downloadnumpy-c11628abd820a1f44b052ea87af810f8f00cf2e4.tar.gz
Merge pull request #9075 from scop/spelling
ENH: Spelling fixes
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r--numpy/core/_internal.py2
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)