Skip to content

Commit 599200c

Browse files
committed
Edited for typos
1 parent b1b5f95 commit 599200c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scenarios/clibs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ as structs and unions, and allows you to modify things such as padding and
1616
alignment, if needed. It can be a bit crufty to use, but in conjunction with
1717
the `struct <https://docs.python.org/3.5/library/struct.html>`_ module, you
1818
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.
2020
2121
Struct Equivalents
2222
~~~~~~~~~~~~~~~~~~
@@ -101,6 +101,6 @@ Boost.Python
101101

102102
`Boost.Python <http://www.boost.org/doc/libs/1_59_0/libs/python/doc/>`_
103103
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,
105105
to include providing wrappers to access PyObjects in C++, extracting SWIG-
106106
wrapper objects, and even embedding bits of Python into your C++ code.

0 commit comments

Comments
 (0)