We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64d6b1 commit e70172dCopy full SHA for e70172d
README.md
@@ -1,5 +1,5 @@
1
# python_cpp_example
2
-This repository contains an example python module which wraps C++ code. The code presented here was designed to meet four requirements:
+This repository contains an example Python module which wraps C++ code. The code presented here was designed to meet four requirements:
3
4
1. Python bindings for C++ code (using [`pybind11`](http://pybind11.readthedocs.io/en/stable/index.html) and built with [CMake](http://cmake.org))
5
2. Unit tests for C++ code (using [`catch`](http://catch-lib.net))
0 commit comments