diff options
author | Ryo Nakamura <upa@haeena.net> | 2023-03-12 17:39:51 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2023-03-12 17:39:51 +0900 |
commit | 597a7a8cbae48a4f1026d6970e78b43b157bc70b (patch) | |
tree | a09a7339170e2a8149903aff2f87f25a31f058f9 /src/pymscp.c | |
parent | 2416b5f18239b81f8a42c5058375a2a9ab4aad95 (diff) |
little cleanup for python bindings
Diffstat (limited to 'src/pymscp.c')
-rw-r--r-- | src/pymscp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pymscp.c b/src/pymscp.c index a153e91..4dc1c2b 100644 --- a/src/pymscp.c +++ b/src/pymscp.c @@ -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. |