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 0760825 commit d0d6f66Copy full SHA for d0d6f66
docs/scenarios/clibs.rst
@@ -39,7 +39,7 @@ types, such as structs and unions, and allows you to modify things such as
39
padding and alignment, if needed. It can be a bit crufty to use, but in
40
conjunction with the `struct <https://docs.python.org/3.5/library/struct.html>`_
41
module, you are essentially provided full control over how your data types get
42
-translated into something something usable by a pure C(++) method.
+translated into something usable by a pure C(++) method.
43
44
Struct Equivalents
45
~~~~~~~~~~~~~~~~~~
0 commit comments