Skip to content

Commit b71e310

Browse files
junkmdpicnixz
andauthored
Apply suggestions from code review
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 1f9d4ee commit b71e310

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
@@ -1800,7 +1800,7 @@ different ways, depending on the type and number of the parameters in the call:
18001800
the interface identifier which is used in extended error reporting.
18011801

18021802
If *iid* is not specified, a :exc:`WindowsError` is raised if the COM method
1803-
call fails. If *iid* is specified, a :exc:`.COMError` is raised instead.
1803+
call fails. If *iid* is specified, a :exc:`COMError` is raised instead.
18041804

18051805
COM methods use a special calling convention: They require a pointer to
18061806
the COM interface as first argument, in addition to those parameters that
@@ -1824,6 +1824,7 @@ different ways, depending on the type and number of the parameters in the call:
18241824

18251825
The 5-tuple representing additional details about the error.
18261826

1827+
18271828
The optional *paramflags* parameter creates foreign function wrappers with much
18281829
more functionality than the features described above.
18291830

0 commit comments

Comments
 (0)