diff options
author | Brian Wignall <brianwignall@gmail.com> | 2020-01-14 07:27:33 -0500 |
---|---|---|
committer | Brian Wignall <brianwignall@gmail.com> | 2020-01-14 07:27:33 -0500 |
commit | b485da191ec08597835292e45f3ee52f3b1e23e5 (patch) | |
tree | 49d81469ad7574f206662cd586608d42e182f95f /numpy/distutils/system_info.py | |
parent | 266c588b393ea0d3b89d583e014e9befe654bed2 (diff) | |
download | numpy-b485da191ec08597835292e45f3ee52f3b1e23e5.tar.gz |
DOC: fix typos
Diffstat (limited to 'numpy/distutils/system_info.py')
-rw-r--r-- | numpy/distutils/system_info.py | 2 |
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 |