diff options
author | Eric Jones <eric@enthought.com> | 2002-01-17 04:55:19 +0000 |
---|---|---|
committer | Eric Jones <eric@enthought.com> | 2002-01-17 04:55:19 +0000 |
commit | d7f048bc01cf4d21cc4b167bb29bc23a8bc2c8a5 (patch) | |
tree | 90c1f28e5a1262fdf68e3db5b9c83287369419bd /weave/common_spec.py | |
parent | 18eb840d1ff968459c64a73a2131cc50be67c7cb (diff) | |
download | numpy-d7f048bc01cf4d21cc4b167bb29bc23a8bc2c8a5.tar.gz |
fixing a few typos
Diffstat (limited to 'weave/common_spec.py')
-rwxr-xr-x | weave/common_spec.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weave/common_spec.py b/weave/common_spec.py index 1c874e401..559cd4d38 100755 --- a/weave/common_spec.py +++ b/weave/common_spec.py @@ -30,7 +30,6 @@ class file_specification(common_base_specification): # 'FILE* %s = convert_to_file(py_%s,"%s");\n' % \ # (self.name,var_name,self.name,self.name,self.name) code = 'PyObject* py_%s = %s;\n' \ - 'PyObject* py_%s = %s;\n' \ 'FILE* %s = x__file_converter.convert_to_file(py_%s,"%s");\n' % \ (self.name,var_name,self.name,self.name,self.name) return code |