Skip to content

Commit 14ae44d

Browse files
authored
adjust comments and brackets (enthought#420)
1 parent 4e53792 commit 14ae44d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

comtypes/persist.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ class IPropertyBag(IUnknown):
3838
COMMETHOD([], HRESULT, 'Read',
3939
( ['in'], WSTRING, 'pszPropName' ),
4040
( ['in', 'out'], POINTER(VARIANT), 'pVar' ),
41-
( ['in'], POINTER(IErrorLog), 'pErrorLog' )),
42-
# ( ['in', 'out'], POINTER(IErrorLog), 'pErrorLog' )),
41+
( ['in'], POINTER(IErrorLog), 'pErrorLog' ),
42+
# ( ['in', 'out'], POINTER(IErrorLog), 'pErrorLog' ),
43+
),
4344
COMMETHOD([], HRESULT, 'Write',
4445
( ['in'], WSTRING, 'pszPropName' ),
4546
( ['in'], POINTER(VARIANT), 'pVar' )),

0 commit comments

Comments
 (0)