mp.c: Fix overly ambitious section header.
[catacomb-python] / mp.c
diff --git a/mp.c b/mp.c
index 3093c83..6ce2792 100644 (file)
--- a/mp.c
+++ b/mp.c
@@ -202,7 +202,7 @@ end:
   return (rc);
 }
 
-/*----- Python interface --------------------------------------------------*/
+/*----- Arbitrary-precision integers --------------------------------------*/
 
 static void mp_pydealloc(PyObject *o)
 {