diff options
author | David Cournapeau <cournape@gmail.com> | 2008-11-16 13:04:59 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-11-16 13:04:59 +0000 |
commit | 6cf5c1f26d241dc0008b875b0c5fbea9a453bd39 (patch) | |
tree | 7f8346da5bd43dbbceff395b093b2c501781b991 /numpy/distutils/mingw32ccompiler.py | |
parent | 2401df249825a1a4c07e162d078091cf5edcab40 (diff) | |
download | numpy-6cf5c1f26d241dc0008b875b0c5fbea9a453bd39.tar.gz |
Trailing spaces.
Diffstat (limited to 'numpy/distutils/mingw32ccompiler.py')
-rw-r--r-- | numpy/distutils/mingw32ccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/mingw32ccompiler.py b/numpy/distutils/mingw32ccompiler.py index 3171dbf91..3027fba9a 100644 --- a/numpy/distutils/mingw32ccompiler.py +++ b/numpy/distutils/mingw32ccompiler.py @@ -277,7 +277,7 @@ def manifest_rc(name, type='dll'): """Return the rc file used to generate the res file which will be embedded as manifest for given manifest file name, of given type ('dll' or 'exe'). - + Parameters ---------- name: str |