]> granicus.if.org Git - python/commitdiff
ACK! There was still an unescaped newline in a docstring.
authorGuido van Rossum <guido@python.org>
Wed, 14 Oct 1998 02:52:31 +0000 (02:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 Oct 1998 02:52:31 +0000 (02:52 +0000)
Modules/arraymodule.c

index 5f44107587d9dd9534b71c99c1498a3411b8fef1..99481ec8abea2070629d2cecee33c17a562c3e72 100644 (file)
@@ -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.";