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
1 changed files with 1 additions and 1 deletions

View 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.";