Skip to content

Commit bba7682

Browse files
committed
Fix Sphinx warnings.
1 parent 94eb25a commit bba7682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/ctypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3218,7 +3218,7 @@ fields, or any other data types containing pointer type fields.
32183218
:class:`typing.Annotated` wrapping a ctypes type.
32193219

32203220
*anonymous* specifies whether the field will be present in the
3221-
:attr:`~Structure._anonymous_` attribute of the generated class.
3221+
:attr:`~ctypes.Structure._anonymous_` attribute of the generated class.
32223222

32233223
If *bit_width* is non-``None``, the annotated field will be *bit_width*
32243224
number of bits in the generated structure. This is equivalent to passing

0 commit comments

Comments
 (0)