Skip to content

Commit 4f10d71

Browse files
authored
Fix misparked colon in ctypes docs
1 parent b24ab73 commit 4f10d71

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
@@ -689,7 +689,7 @@ This matches what ``#pragma pack(n)`` does in MSVC.
689689

690690
It is also possible to set a minimum alignment for how the subclass itself is packed in the
691691
same way ``#pragma align(n)`` works in MSVC.
692-
This can be achieved by specifying a ::attr:`~Structure._align_` class attribute
692+
This can be achieved by specifying a :attr:`~Structure._align_` class attribute
693693
in the subclass definition.
694694

695695
:mod:`ctypes` uses the native byte order for Structures and Unions. To build

0 commit comments

Comments
 (0)