mp.c: Fix overly ambitious section header.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 20 Oct 2019 15:14:18 +0000 (16:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:49:31 +0000 (12:49 +0100)
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);
 }
 
   return (rc);
 }
 
-/*----- Python interface --------------------------------------------------*/
+/*----- Arbitrary-precision integers --------------------------------------*/
 
 static void mp_pydealloc(PyObject *o)
 {
 
 static void mp_pydealloc(PyObject *o)
 {