File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
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
16
16
alignment, if needed. It can be a bit crufty to use, but in conjunction with
17
17
the `struct <https://docs.python.org/3.5/library/struct.html>`_ module, you
18
18
are 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 .
20
20
21
21
Struct Equivalents
22
22
~~~~~~~~~~~~~~~~~~
@@ -101,6 +101,6 @@ Boost.Python
101
101
102
102
`Boost.Python <http://www.boost.org/doc/libs/1_59_0/libs/python/doc/ >`_
103
103
requires 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,
105
105
to include providing wrappers to access PyObjects in C++, extracting SWIG-
106
106
wrapper objects, and even embedding bits of Python into your C++ code.
You can’t perform that action at this time.
0 commit comments