From 0efbd2fc1c1343a5a81b50162d2c1efc25178f59 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 20 Oct 2019 16:14:18 +0100 Subject: [PATCH] mp.c: Fix overly ambitious section header. --- mp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mp.c b/mp.c index 3093c83..6ce2792 100644 --- a/mp.c +++ b/mp.c @@ -202,7 +202,7 @@ end: return (rc); } -/*----- Python interface --------------------------------------------------*/ +/*----- Arbitrary-precision integers --------------------------------------*/ static void mp_pydealloc(PyObject *o) { -- 2.11.0