From a8e674757141889f3609890a1d89a8634abc98bb Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Sat, 8 Apr 2006 18:33:04 +0000 Subject: Fixed typo. --- numpy/distutils/command/build_clib.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/distutils/command/build_clib.py') diff --git a/numpy/distutils/command/build_clib.py b/numpy/distutils/command/build_clib.py index 080f98aa1..3319c6a75 100644 --- a/numpy/distutils/command/build_clib.py +++ b/numpy/distutils/command/build_clib.py @@ -120,7 +120,8 @@ class build_clib(old_build_clib): config_fc = build_info.get('config_fc',{}) if fcompiler is not None and config_fc: - log.info('using setup script specified config_fc for fortran compiler: %s' \ + log.info('using setup script specified config_fc '\ + 'for fortran compiler: %s' \ % (config_fc)) from numpy.distutils.fcompiler import new_fcompiler fcompiler = new_fcompiler(compiler=self.fcompiler.compiler_type, -- cgit v1.2.1