diff options
author | Robert Kern <robert.kern@gmail.com> | 2004-09-30 22:48:41 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2004-09-30 22:48:41 +0000 |
commit | a07374817cf8b52f6f0faefaa18087b7427f48e6 (patch) | |
tree | eda7a59e86bf774431fad8d1703f957f0245a379 /weave/inline_tools.py | |
parent | 9cdf0256bb7afe60998309d643d97bc09c97662c (diff) | |
download | numpy-a07374817cf8b52f6f0faefaa18087b7427f48e6.tar.gz |
typo fixes and OSX fixes
Diffstat (limited to 'weave/inline_tools.py')
-rw-r--r-- | weave/inline_tools.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weave/inline_tools.py b/weave/inline_tools.py index 2066239a6..4a7f44e19 100644 --- a/weave/inline_tools.py +++ b/weave/inline_tools.py @@ -176,7 +176,7 @@ def inline(code,arg_names=[],local_dict = None, global_dict = None, compiling. On windows, it understands 'msvc' and 'gcc' as well as all the compiler names understood by distutils. On Unix, it'll only understand the values - understoof by distutils. ( I should add 'gcc' though + understood by distutils. ( I should add 'gcc' though to this). On windows, the compiler defaults to the Microsoft C++ @@ -207,7 +207,7 @@ def inline(code,arg_names=[],local_dict = None, global_dict = None, pasted at the end of a #include statement in the C++ code. customize -- optional. base_info.custom_info object. An alternative - way to specifiy support_code, headers, etc. needed by + way to specify support_code, headers, etc. needed by the function see the compiler.base_info module for more details. (not sure this'll be used much). type_converters -- optional. list of type converters. These |