Duplicated word

This commit is contained in:
Thomas Gratier
2016-07-09 10:33:07 +02:00
committed by GitHub
parent 0760825429
commit d0d6f664ed
+1 -1
View File
@@ -39,7 +39,7 @@ types, such as structs and unions, and allows you to modify things such as
padding and alignment, if needed. It can be a bit crufty to use, but in padding and alignment, if needed. It can be a bit crufty to use, but in
conjunction with the `struct <https://docs.python.org/3.5/library/struct.html>`_ conjunction with the `struct <https://docs.python.org/3.5/library/struct.html>`_
module, you are essentially provided full control over how your data types get module, you are essentially provided full control over how your data types get
translated into something something usable by a pure C(++) method. translated into something usable by a pure C(++) method.
Struct Equivalents Struct Equivalents
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~