From b485da191ec08597835292e45f3ee52f3b1e23e5 Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Tue, 14 Jan 2020 07:27:33 -0500 Subject: DOC: fix typos --- numpy/distutils/system_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/distutils/system_info.py') 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 -- cgit v1.2.1