summaryrefslogtreecommitdiff
path: root/numpy/distutils/system_info.py
diff options
context:
space:
mode:
authorBrian Wignall <brianwignall@gmail.com>2020-01-14 07:27:33 -0500
committerBrian Wignall <brianwignall@gmail.com>2020-01-14 07:27:33 -0500
commitb485da191ec08597835292e45f3ee52f3b1e23e5 (patch)
tree49d81469ad7574f206662cd586608d42e182f95f /numpy/distutils/system_info.py
parent266c588b393ea0d3b89d583e014e9befe654bed2 (diff)
downloadnumpy-b485da191ec08597835292e45f3ee52f3b1e23e5.tar.gz
DOC: fix typos
Diffstat (limited to 'numpy/distutils/system_info.py')
-rw-r--r--numpy/distutils/system_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
index 508aeefc5..6a69fed59 100644
--- a/numpy/distutils/system_info.py
+++ b/numpy/distutils/system_info.py
@@ -714,7 +714,7 @@ class system_info:
return info
def get_info(self, notfound_action=0):
- """ Return a dictonary with items that are compatible
+ """ Return a dictionary with items that are compatible
with numpy.distutils.setup keyword arguments.
"""
flag = 0