Merge pull request #724 from ThomasG77/patch-1

Duplicated word
This commit is contained in:
2016-07-09 16:47:15 -04:00
committed by GitHub
+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
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~