Skip to content

Commit

Permalink
Add doctest: +ELLIPSIS.
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Dec 27, 2024
1 parent d18ef5f commit 5e51768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/com_interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The ``IUnknown`` as a Python class
.. doctest::

>>> from comtypes.client import CreateObject, GetModule
>>> GetModule('UIAutomationCore.dll')
>>> GetModule('UIAutomationCore.dll') # doctest: +ELLIPSIS
<module 'comtypes.gen.UIAutomationClient' from ...>
>>> from comtypes.gen.UIAutomationClient import CUIAutomation
>>> iuia = CreateObject(CUIAutomation)
Expand Down

0 comments on commit 5e51768

Please sign in to comment.