little cleanup for python bindings

This commit is contained in:
Ryo Nakamura
2023-03-12 17:39:51 +09:00
parent 2416b5f182
commit 597a7a8cba
3 changed files with 42 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
#include <mscp.h>
/*
* This is a wrapper for python binding of libmscp. setup.py builds
* This is a wrapper for python binding of libmscp. setup.py builds
* pymscp.c after libmscp was built, and setup.py installs pymscp
* modlue and mscp python module (mscp/mscp.py), which is a warpper
* for pymscp.