summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-04-12 09:48:17 +0200
committerGitHub <noreply@github.com>2019-04-12 09:48:17 +0200
commit7dbb325c9be319eaf2ca288b798e4f9417fad042 (patch)
tree3ec1ace4b7579884467a6483ad2a657b4b0994da
parentf4a24b1f4779d1b9966efe2ad79cba21241ce500 (diff)
parent20f5774acba6195fbf0611f37770a3490bb27f24 (diff)
downloadnumpy-7dbb325c9be319eaf2ca288b798e4f9417fad042.tar.gz
Merge pull request #13313 from eric-wieser/fix-typo
MAINT: fix typo in 'self'
-rw-r--r--numpy/distutils/fcompiler/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/fcompiler/__init__.py b/numpy/distutils/fcompiler/__init__.py
index bd3739a81..98c2840ab 100644
--- a/numpy/distutils/fcompiler/__init__.py
+++ b/numpy/distutils/fcompiler/__init__.py
@@ -362,7 +362,7 @@ class FCompiler(CCompiler):
set_exe('archiver')
set_exe('ranlib')
- def update_executables(elf):
+ def update_executables(self):
"""Called at the beginning of customisation. Subclasses should
override this if they need to set up the executables dictionary.