summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Modules/structmodule.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/structmodule.c b/Modules/structmodule.c
index cb1b36a..065ec6f 100644
--- a/Modules/structmodule.c
+++ b/Modules/structmodule.c
@@ -1208,10 +1208,10 @@ struct_pack(self, args)
}
-static char unpack__doc__[] =
-"unpack(fmt, string) -> (v1, v2, ...)
-Unpack the string, containing packed C structure data, according\n"
-"to fmt. Requires len(string)==calcsize(fmt).\n\
+static char unpack__doc__[] = "\
+unpack(fmt, string) -> (v1, v2, ...)\n\
+Unpack the string, containing packed C structure data, according\n\
+to fmt. Requires len(string)==calcsize(fmt).\n\
See struct.__doc__ for more on format strings.";
static PyObject *