File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ become an excessively large and unnecessary dependency.
2525Think of this library as a tiny self-contained version of Boost.Python with
2626everything stripped away that isn't relevant for binding generation. Without
2727comments, the core header files only require ~ 4K lines of code and depend on
28- Python (2.7 or 3.5+, or PyPy 7.3 ) and the C++ standard library. This compact
28+ Python (2.7 or 3.5+, or PyPy) and the C++ standard library. This compact
2929implementation was possible thanks to some of the new C++11 language features
3030(specifically: tuples, lambda functions and variadic templates). Since its
3131creation, this library has grown beyond Boost.Python in many ways, leading to
@@ -56,7 +56,7 @@ pybind11 can map the following core C++ features to Python:
5656## Goodies
5757In addition to the core functionality, pybind11 provides some extra goodies:
5858
59- - Python 2.7, 3.5+, and PyPy 7.3 are supported with an implementation-agnostic
59+ - Python 2.7, 3.5+, and PyPy (tested on 7.3) are supported with an implementation-agnostic
6060 interface.
6161
6262- It is possible to bind C++11 lambda functions with captured variables. The
You can’t perform that action at this time.
0 commit comments