Skip to content

Commit 3da9e15

Browse files
committed
Update the prototype section.
1 parent 068ea2a commit 3da9e15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/ctypes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,8 @@ different ways, depending on the type and number of the parameters in the call:
17941794
the interface identifier which is used in extended error reporting.
17951795

17961796
If *iid* is not specified, an :exc:`OSError` is raised if the COM method
1797-
call fails. If *iid* is specified, a :exc:`.COMError` is raised instead.
1797+
call fails. If *iid* is specified, a :exc:`~ctypes.COMError` is raised
1798+
instead.
17981799

17991800
COM methods use a special calling convention: They require a pointer to
18001801
the COM interface as first argument, in addition to those parameters that

0 commit comments

Comments
 (0)