ACK! There was still an unescaped newline in a docstring.
This commit is contained in:
parent
35f7542e83
commit
fc6aba5008
|
@ -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.";
|
||||
|
||||
|
|
Loading…
Reference in New Issue