Skip to content

Commit 853f4ad

Browse files
authored
Removed extra space in typeinfo.IRecordInfo._methods_ (#383)
1 parent 30523b5 commit 853f4ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comtypes/typeinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ def GetFieldNames(self, *args):
439439
# XXX Should SysFreeString the array contents. How to?
440440
return result
441441

442-
IRecordInfo. _methods_ = [
442+
IRecordInfo._methods_ = [
443443
COMMETHOD([], HRESULT, 'RecordInit',
444444
(['in'], c_void_p, 'pvNew')),
445445
COMMETHOD([], HRESULT, 'RecordClear',

0 commit comments

Comments
 (0)