Skip to content

Commit

Permalink
Removed extra space in typeinfo.IRecordInfo._methods_ (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
j0ker70 authored Nov 26, 2022
1 parent 30523b5 commit 853f4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comtypes/typeinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def GetFieldNames(self, *args):
# XXX Should SysFreeString the array contents. How to?
return result

IRecordInfo. _methods_ = [
IRecordInfo._methods_ = [
COMMETHOD([], HRESULT, 'RecordInit',
(['in'], c_void_p, 'pvNew')),
COMMETHOD([], HRESULT, 'RecordClear',
Expand Down

0 comments on commit 853f4ad

Please sign in to comment.