diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c index 5f44107587d..99481ec8abe 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.";