Kaydet (Commit) 757d2552 authored tarafından Thomas Heller's avatar Thomas Heller

Change an example in the docs to avoid a mistake when the code is copy

pasted and changed afterwards.
üst b3af601b
......@@ -2441,10 +2441,10 @@ other data types containing pointer type fields.
("hreftype", HREFTYPE)]
class TYPEDESC(Structure):
_anonymous_ = ("u",)
_fields_ = [("u", _U),
("vt", VARTYPE)]
_anonymous_ = ("u",)
The ``TYPEDESC`` structure describes a COM data type, the ``vt`` field
specifies which one of the union fields is valid. Since the ``u`` field
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment