Skip to content

Commit e70172d

Browse files
committed
more minor README changes
1 parent c64d6b1 commit e70172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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:
2+
This repository contains an example Python module which wraps C++ code. The code presented here was designed to meet four requirements:
33

44
1. Python bindings for C++ code (using [`pybind11`](http://pybind11.readthedocs.io/en/stable/index.html) and built with [CMake](http://cmake.org))
55
2. Unit tests for C++ code (using [`catch`](http://catch-lib.net))

0 commit comments

Comments
 (0)