File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ as structs and unions, and allows you to modify things such as padding and
1616alignment, if needed. It can be a bit crufty to use, but in conjunction with
1717the `struct <https://docs.python.org/3.5/library/struct.html>`_ module, you
1818are essentially provided full control over how your data types get translated
19- into something something usable by a C(++).
19+ into something usable by a pure C(++) method .
2020
2121Struct Equivalents
2222~~~~~~~~~~~~~~~~~~
@@ -101,6 +101,6 @@ Boost.Python
101101
102102`Boost.Python <http://www.boost.org/doc/libs/1_59_0/libs/python/doc/ >`_
103103requires a bit more manual work to expose C++ object functionality, but
104- it is capable of providing all the same features SWIG does, and then some,
104+ it is capable of providing all the same features SWIG does and then some,
105105to include providing wrappers to access PyObjects in C++, extracting SWIG-
106106wrapper objects, and even embedding bits of Python into your C++ code.
You can’t perform that action at this time.
0 commit comments