ACK! There was still an unescaped newline in a docstring.

This commit is contained in:
Guido van Rossum 1998-10-14 02:52:31 +00:00
parent 35f7542e83
commit fc6aba5008

View file

@ -1065,7 +1065,7 @@ array_tolist(self, args)
} }
static char tolist_doc [] = static char tolist_doc [] =
"tolist() -> list "tolist() -> list\n\
\n\ \n\
Convert array to an ordinary list with the same items."; Convert array to an ordinary list with the same items.";