Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 599200c

Browse filesBrowse files
committed
Edited for typos
1 parent b1b5f95 commit 599200c
Copy full SHA for 599200c

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/scenarios/clibs.rst

Copy file name to clipboardExpand all lines: docs/scenarios/clibs.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.