summaryrefslogtreecommitdiffstats
path: root/Modules/newmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/newmodule.c')
-rw-r--r--Modules/newmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/newmodule.c b/Modules/newmodule.c
index 7b91fb8..9a9cbf1 100644
--- a/Modules/newmodule.c
+++ b/Modules/newmodule.c
@@ -215,7 +215,7 @@ static PyMethodDef new_methods[] = {
{NULL, NULL} /* sentinel */
};
-char new_doc[] =
+static char new_doc[] =
"Functions to create new objects used by the interpreter.\n\
\n\
You need to know a great deal about the interpreter to use this!";