pure_cpp.cpp: typo

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-02-27 00:00:03 +00:00
parent 4646b96f53
commit d67a81cee3

View File

@@ -39,7 +39,7 @@ static PyMethodDef my_native_methods[] = {
* and bind data and methods it to a C++ class!
*
* Data will be stored permanently only in the C++ class.
* Pytyhon getters and setters copy data from that class
* Python getters and setters copy data from that class
* and create new objects.
*/