mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
pure_cpp.cpp: typo
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user