We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24ab73 commit 4f10d71Copy full SHA for 4f10d71
Doc/library/ctypes.rst
@@ -689,7 +689,7 @@ This matches what ``#pragma pack(n)`` does in MSVC.
689
690
It is also possible to set a minimum alignment for how the subclass itself is packed in the
691
same way ``#pragma align(n)`` works in MSVC.
692
-This can be achieved by specifying a ::attr:`~Structure._align_` class attribute
+This can be achieved by specifying a :attr:`~Structure._align_` class attribute
693
in the subclass definition.
694
695
:mod:`ctypes` uses the native byte order for Structures and Unions. To build
0 commit comments