8000 Merge pull request #13313 from eric-wieser/fix-typo · numpy/numpy@7dbb325 · GitHub
[go: up one dir, main page]

Skip to content
/ numpy Public

Commit 7dbb325

Browse files
authored
Merge pull request #13313 from eric-wieser/fix-typo
MAINT: fix typo in 'self'
2 parents f4a24b1 + 20f5774 commit 7dbb325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/distutils/fcompiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def set_exe(exe_key, f77=None, f90=None):
362362
set_exe('archiver')
363363
set_exe('ranlib')
364364

365-
def update_executables(elf):
365+
def update_executables(self):
366366
"""Called at the beginning of customisation. Subclasses should
367367
override this if they need to set up the executables dictionary.
368368

0 commit comments

Comments
 (0)
0