From fc6aba5008caede94ad65a9cf387b3ba971d5379 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 14 Oct 1998 02:52:31 +0000 Subject: ACK! There was still an unescaped newline in a docstring. --- Modules/arraymodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c index 5f44107..99481ec 100644 --- a/Modules/arraymodule.c +++ b/Modules/arraymodule.c @@ -1065,7 +1065,7 @@ array_tolist(self, args) } static char tolist_doc [] = -"tolist() -> list +"tolist() -> list\n\ \n\ Convert array to an ordinary list with the same items."; -- cgit v0.12