8000 Add a dot to refer to the object within the same module. · python/cpython@857fef5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 857fef5

Browse files
committed
Add a dot to refer to the object within the same module.
1 parent 181f512 commit 857fef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ctypes.rst

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)
0