commit | 401c6aeeee04cbcc758c77addfcd162a4ffe3a28 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <[email protected]> | Wed Oct 14 02:52:31 1998 +0000 |
committer | Guido van Rossum <[email protected]> | Wed Oct 14 02:52:31 1998 +0000 |
tree | 32f403176a54a9fdbd0d2f58701a5974d253c165 | |
parent | 2e5e14cbcbee90ffe839defcc94e3ab83fa1e338 [diff] [blame] |
ACK! There was still an unescaped newline in a docstring.
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 @@ } static char tolist_doc [] = -"tolist() -> list +"tolist() -> list\n\ \n\ Convert array to an ordinary list with the same items.";