Skip to content

Commit

Permalink
adjust comments and brackets (enthought#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd authored Dec 24, 2022
1 parent 4e53792 commit 14ae44d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions comtypes/persist.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ class IPropertyBag(IUnknown):
COMMETHOD([], HRESULT, 'Read',
( ['in'], WSTRING, 'pszPropName' ),
( ['in', 'out'], POINTER(VARIANT), 'pVar' ),
( ['in'], POINTER(IErrorLog), 'pErrorLog' )),
# ( ['in', 'out'], POINTER(IErrorLog), 'pErrorLog' )),
( ['in'], POINTER(IErrorLog), 'pErrorLog' ),
# ( ['in', 'out'], POINTER(IErrorLog), 'pErrorLog' ),
),
COMMETHOD([], HRESULT, 'Write',
( ['in'], WSTRING, 'pszPropName' ),
( ['in'], POINTER(VARIANT), 'pVar' )),
Expand Down

0 comments on commit 14ae44d

Please sign in to comment.