diff options
Diffstat (limited to 'src')
-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. |